IntegrationExceptionEventArgs(Boolean, Exception) Construtor

Definição

Inicializa uma nova instância da IntegrationExceptionEventArgs classe.

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)

Parâmetros

throwException
Boolean

true para elevar o Exception especificado por exception; caso contrário, false.

exception
Exception

O Exception para aumentar.

Exceções

exception é null.

Aplica-se a

Ver também