Partage via


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 lever Exception spécifié par exception ; sinon, false.

exception
Exception

Exception à lever.

Exceptions

exception a la valeur null.

S’applique à

Voir aussi