WorkflowMarkupSerializationException Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the WorkflowMarkupSerializationException class by using serialized data.

Namespace:   System.Workflow.ComponentModel.Serialization
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
Return to top
Show: