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.StringA message describing the nature of the exception.
innerException
Type: System.ExceptionThe inner exception that triggered the ChangeConflictException.
See Also
Reference
ChangeConflictException Members