Share via


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

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 class

ChangeConflictException members

ChangeConflictException overload

Microsoft.SharePoint.Linq namespace