IntegrationExceptionEventArgs(Boolean, Exception) Konstruktor

Definition

Initierar en ny instans av IntegrationExceptionEventArgs klassen.

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)

Parametrar

throwException
Boolean

trueför att höja angivet Exception av exception; annars . false

exception
Exception

Att Exception höja.

Undantag

exception är null.

Gäller för

Se även