Share via


ChangeConflictException constructor (String)

Initializes a new instance of the ChangeConflictException class that uses the specified error message.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ChangeConflictException(message)
public ChangeConflictException(
    string message
)

Parameters

  • message
    Type: System.String

    A message describing the nature of the exception.

See also

Reference

ChangeConflictException class

ChangeConflictException members

ChangeConflictException overload

Microsoft.SharePoint.Linq namespace