ScopeInactiveException.GetObjectData Method (SerializationInfo, StreamingContext)
Gets the serialized object data about this exception.
Namespace: Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
public:
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
) override
override GetObjectData :
info:SerializationInfo *
context:StreamingContext -> unit
Public Overrides Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
info
Type: System.Runtime.Serialization.SerializationInfoThe object that contains the serialized information about the exception.
context
Type: System.Runtime.Serialization.StreamingContextThe contextual information about the source or destination.
ISerializable.GetObjectData(SerializationInfo, StreamingContext) _Exception.GetObjectData(SerializationInfo, StreamingContext)
ScopeInactiveException Class
Microsoft.Workflow.Client Namespace
Return to top