DBConcurrencyException::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Populates the aprcified serialization information object with the data needed to serialize the DBConcurrencyException.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter)]
virtual void GetObjectData(
	SerializationInfo^ si,
	StreamingContext context
) override

Parameters

si
Type: System.Runtime.Serialization::SerializationInfo^

A SerializationInfo that holds the serialized data associated with the DBConcurrencyException.

context
Type: System.Runtime.Serialization::StreamingContext

A StreamingContext that contains the source and destination of the serialized stream associated with the DBConcurrencyException.

Exception Condition
ArgumentNullException

The info parameter is a null reference (Nothing in Visual Basic).

.NET Framework
Available since 1.1
Return to top
Show: