Share via


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

true, um die mit exception angegebene Exception auszulösen, andernfalls false.

exception
Exception

Die auszulösende Exception.

Ausnahmen

exception ist null.

Gilt für:

Weitere Informationen