WorkflowValidationFailedException::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Sets the specified SerializationInfo with information about the WorkflowValidationFailedException.
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
Available since 3.0
Show: