IntegrationExceptionEventArgs(Boolean, Exception) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

throwException
Boolean

true , aby podnieść Exception określony przez exception; w przeciwnym razie , false.

exception
Exception

To Exception podnieść.

Wyjątki

exception to null.

Dotyczy

Zobacz też