IntegrationExceptionEventArgs(Boolean, Exception) Konstruktor

Definice

Inicializuje novou instanci IntegrationExceptionEventArgs třídy.

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 k vyvolání Exception určeného parametrem exception; jinak , false.

exception
Exception

To Exception , co se má zvýšit.

Výjimky

exception je null.

Platí pro

Viz také