Sdílet prostřednictvím


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í určeného Exception parametrem exception; v opačném případě false.

exception
Exception

To Exception je k chytnutí.

Výjimky

exception je null.

Platí pro

Viz také