WorkflowMarkupSerializationException Constructor (String^, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the WorkflowMarkupSerializationException class by using an error message 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, int lineNumber, int columnNumber )
Parameters
- message
-
Type:
System::String^
A string that contains message that describes the error.
- 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: