WorkflowMarkupSerializationException Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the WorkflowMarkupSerializationException class by using serialized data.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
protected:
WorkflowMarkupSerializationException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
A SerializationInfo that contains the serialized object data about the WorkflowMarkupSerializationException being thrown.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
A StreamingContext that contains the context information about the source or destination of the bits the serializer was using.
.NET Framework
Available since 3.0
Available since 3.0
Show: