ItemDataModifiedConcurrentlyException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ItemDataModifiedConcurrentlyException class by using serialized data.

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

protected:
ItemDataModifiedConcurrentlyException(
	SerializationInfo^ info, 
	StreamingContext context
)

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.
Show: