DbMissingCommandException::GetObjectData Method

Populates a SerializationInfo object with information about the exception.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

[SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)]
public:
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) override

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo
The SerializationInfo object that holds the serialized object data about the exception that is being thrown.
context
Type: System.Runtime.Serialization::StreamingContext
The StreamingContext object that contains contextual information about the source or destination.

Implements

ISerializable::GetObjectData(SerializationInfo, StreamingContext)
_Exception::GetObjectData(SerializationInfo, StreamingContext)
Show: