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: