IntegrationExceptionEventArgs(Boolean, Exception) Constructor

Definition

Initializes a new instance of the IntegrationExceptionEventArgs class.

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)

Parameters

throwException
Boolean

true to raise the Exception specified by exception; otherwise, false.

exception
Exception

The Exception to raise.

Exceptions

exception is null.

Applies to

See also