WorkflowOwnershipException.GetObjectData Method

Definition

Sets the SerializationInfo object with the Guid of the workflow instance associated with this exception, and additional exception information.

public:
 override void GetObjectData(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
public override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
override this.GetObjectData : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> unit
Public Overrides Sub GetObjectData (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

A SerializationInfo that holds the serialized object data about the exception being thrown.

context
StreamingContext

A StreamingContext that contains contextual information about the source or destination.

Exceptions

info is a null reference (Nothing in Visual Basic)

Remarks

GetObjectData sets a SerializationInfo with all the exception object data targeted for serialization. During deserialization the exception object is reconstituted from the SerializationInfo transmitted over the stream.

For more information see XML and SOAP Serialization.

Applies to