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 a Exception especificada por exception; caso contrário, false.

exception
Exception

A Exception a ser gerada.

Exceções

exception é null.

Aplica-se a

Confira também