EventReceiverUtility.IsVersionConflictException 方法

指示指定的异常是版本冲突异常。

命名空间:  Microsoft.Office.Server.Utilities
程序集:  Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)

语法

声明
Public Shared Function IsVersionConflictException ( _
    e As Exception _
) As Boolean
用法
Dim e As Exception
Dim returnValue As Boolean

returnValue = EventReceiverUtility.IsVersionConflictException(e)
public static bool IsVersionConflictException(
    Exception e
)

参数

返回值

类型:System.Boolean
true如果e参数是一个版本冲突异常 ;否则为false。返回Boolean

备注

另一个线程或进程已Update()方法或SystemUpdate()方法的对象上调用的代码然后调用Update()或SystemUpdate()时,会出现版本冲突异常。

另请参阅

引用

EventReceiverUtility 类

EventReceiverUtility 成员

Microsoft.Office.Server.Utilities 命名空间