ChangeConflictException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the ChangeConflictException class from a serialized version of the exception and contextual data.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New ChangeConflictException(info, context)
protected ChangeConflictException(
SerializationInfo info,
StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoA serialized version of the data for the exception object.
context
Type: System.Runtime.Serialization.StreamingContextAn object with information about the source and destination of the exception.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see XML and SOAP Serialization.
See Also
Reference
ChangeConflictException Members