Share via


ChangeConflictException constructor (String, Exception)

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

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

Syntax

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

Dim instance As New ChangeConflictException(message, _
    innerException)
public ChangeConflictException(
    string message,
    Exception innerException
)

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