WebPartPageUserException constructor (String)
初始化具有指定的錯誤訊息之WebPartPageUserException類別的新執行個體。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
s As String _
)
'用途
Dim s As String
Dim instance As New WebPartPageUserException(s)
public WebPartPageUserException(
string s
)
參數
s
Type: System.String描述錯誤的訊息。
請參閱
參照
WebPartPageUserException class
WebPartPageUserException members