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.

WorkflowValidationFailedException::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Sets the specified SerializationInfo with information about the WorkflowValidationFailedException.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) override

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

Reference to the object that holds the data needed to serialize and deserialize the exception.

context
Type: System.Runtime.Serialization::StreamingContext

Provides the means to serialize the exception data.

This method implements ISerializable.GetObjectData.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft