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.StringA message describing the nature of the exception.
See Also
Reference
ChangeConflictException Members