EntitySqlException::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Sets the SerializationInfo with information about the exception.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: [SecurityCriticalAttribute] [PermissionSetAttribute(SecurityAction::LinkDemand, Unrestricted = true)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext that contains contextual information about the source or destination.
| Exception | Condition |
|---|---|
| ArgumentNullException | The info parameter is a null reference (Nothing in Visual Basic). |
GetObjectData sets a SerializationInfo with the exception object data that is targeted for serialization. During deserialization, the exception is reconstituted from the SerializationInfo transmitted over the stream.
For more information about how to handle code exceptions, see Exception.
.NET Framework
Available since 3.5
Available since 3.5
Show: