SPUtility.IsSaveConflictException method
Determines whether the exception is a save conflict exception.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsSaveConflictException ( _
ex As Exception _
) As Boolean
'Usage
Dim ex As Exception
Dim returnValue As Boolean
returnValue = SPUtility.IsSaveConflictException(ex)
public static bool IsSaveConflictException(
Exception ex
)
Parameters
- ex
Type: System.Exception
Return value
Type: System.Boolean
whether the exception is a save conflict exception