IntegrationExceptionEventArgs Constructor (Boolean, Exception^)
.NET Framework (current version)
Initializes a new instance of the IntegrationExceptionEventArgs class.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
Parameters
- throwException
-
Type:
System::Boolean
true to raise the Exception specified by exception; otherwise, false.
- exception
-
Type:
System::Exception^
The Exception to raise.
| Exception | Condition |
|---|---|
| ArgumentNullException | exception is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: