WorkflowMarkupSerializationException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the WorkflowMarkupSerializationException class by using an error message and an exception.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public:
WorkflowMarkupSerializationException(
String^ message,
Exception^ innerException
)
Parameters
- message
-
Type:
System::String^
A string that contains message that describes the error.
- innerException
-
Type:
System::Exception^
The exception that is the cause of the WorkflowMarkupSerializationException. If innerException is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
.NET Framework
Available since 3.0
Available since 3.0
Show: