WorkflowApplicationException Constructor (String^, Guid, Exception^)
.NET Framework (current version)
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception, a unique identifier for it, and an additional exception that is the cause of the application exception.
Assembly: System.Activities (in System.Activities.dll)
public:
WorkflowApplicationException(
String^ message,
Guid instanceId,
Exception^ innerException
)
Parameters
- message
-
Type:
System::String^
A description of the application exception.
- instanceId
-
Type:
System::Guid
A globally unique identifier.
- innerException
-
Type:
System::Exception^
An exception that has a causal relationship to the application exception.
The application exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
.NET Framework
Available since 4.0
Available since 4.0
Show: