IntegrationExceptionEventArgs(Boolean, Exception) Constructeur

Définition

Initialise une nouvelle instance de la classe IntegrationExceptionEventArgs.

public:
 IntegrationExceptionEventArgs(bool throwException, Exception ^ exception);
public IntegrationExceptionEventArgs(bool throwException, Exception exception);
new System.Windows.Forms.Integration.IntegrationExceptionEventArgs : bool * Exception -> System.Windows.Forms.Integration.IntegrationExceptionEventArgs
Public Sub New (throwException As Boolean, exception As Exception)

Paramètres

throwException
Boolean

true pour déclencher l’élément Exception spécifié par exception; sinon, false.

exception
Exception

Le Exception lever.

Exceptions

exception a la valeur null.

S’applique à

Voir aussi