SPExceptionEventArgs class
用來傳遞至事件訂閱者 」 中事件發行者擲回例外狀況的**[System.EventArgs]**類別。
Inheritance hierarchy
System.Object
System.EventArgs
Microsoft.SharePoint.SPExceptionEventArgs
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Class SPExceptionEventArgs _
Inherits EventArgs
'用途
Dim instance As SPExceptionEventArgs
public class SPExceptionEventArgs : EventArgs
備註
如果類別在內部處理的例外狀況,但也會公開有興趣的呼叫端的例外狀況,它可以實作發生例外狀況,且呼叫端可以訂閱該事件時觸發的.NET 事件。SPExceptionEventArgs可以傳遞到事件,如果此類別可公開給呼叫端的例外狀況。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.