EventReceiverUtility.IsVersionConflictException Method
Indicates that a specified exception is a version conflict exception.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Function IsVersionConflictException ( _
e As Exception _
) As Boolean
'Usage
Dim e As Exception
Dim returnValue As Boolean
returnValue = EventReceiverUtility.IsVersionConflictException(e)
public static bool IsVersionConflictException(
Exception e
)
Parameters
- e
Type: System.Exception
Exception to handle.
Return Value
Type: System.Boolean
true if the e parameter is a version conflict exception; otherwise, false. Returns Boolean.
Remarks
Version conflict exceptions occur when another thread or process has called the Update() method or the SystemUpdate() method on an object upon which your code then calls Update() or SystemUpdate().