IntegrationExceptionEventArgs(Boolean, Exception) Construtor

Definição

Inicializa uma nova instância da classe IntegrationExceptionEventArgs.

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 gerar o Exception especificado por exception; caso contrário, false.

exception
Exception

O Exception para levantar.

Exceções

exception é null.

Aplica-se a

Confira também