WorkflowMarkupSerializationException Constructor (String^, Exception^, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the WorkflowMarkupSerializationException class by using an error message, an exception, and the line and column numbers that caused the exception to be thrown.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: WorkflowMarkupSerializationException( String^ message, Exception^ innerException, int lineNumber, int columnNumber )
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.
- lineNumber
-
Type:
System::Int32
The line number in the object or XOML file that caused the exception to be thrown.
- columnNumber
-
Type:
System::Int32
The column position in the object or XOML file that caused the exception to be thrown.
.NET Framework
Available since 3.0
Available since 3.0
Show: