Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft