共用方式為


WebPartPageUserException class

可擴充System.ApplicationException類別。這個類別是由 Web 組件基礎結構和網頁組件開發人員擲回,並識別會對使用者呈現為錯誤訊息的例外狀況。

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.WebPartPages.WebPartPageUserException

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SerializableAttribute> _
Public Class WebPartPageUserException _
    Inherits ApplicationException
'用途
Dim instance As WebPartPageUserException
[SerializableAttribute]
public class WebPartPageUserException : ApplicationException

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.

請參閱

參照

WebPartPageUserException members

Microsoft.SharePoint.WebPartPages namespace