DbVersionException::GetObjectData Method
Sets the SerializationInfo with information about the exception.
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 serialized object data about the exception being thrown.
- context
- Type: System.Runtime.Serialization::StreamingContext
Contextual information about the source or destination.
Implements
ISerializable::GetObjectData(SerializationInfo, StreamingContext)_Exception::GetObjectData(SerializationInfo, StreamingContext)
Show: