IntegrationExceptionEventArgs(Boolean, Exception) Konstruktor

Definition

Initialisiert eine neue Instanz der IntegrationExceptionEventArgs-Klasse.

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)

Parameter

throwException
Boolean

trueum den Exception angegebenen Wert durch exception; andernfalls zu erhöhen. false

exception
Exception

Der Exception zu hebende.

Ausnahmen

exception ist null.

Gilt für:

Weitere Informationen