EventDeliveryFailedException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the EventDeliveryFailedException class by using the error message that explains the reason for the exception and the Exception that caused this exception.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Parameters
- message
-
Type:
System::String^
An error message that explains the reason for the exception.
- innerException
-
Type:
System::Exception^
The Exception that caused this exception.
.NET Framework
Available since 3.0
Available since 3.0
Show: