WebPartPageUserException Constructor (String)
Initializes a new instance of the WebPartPageUserException class with a specified error message.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
s As String _
)
'Usage
Dim s As String
Dim instance As New WebPartPageUserException(s)
public WebPartPageUserException(
string s
)
Parameters
s
Type: System.StringA message that describes the error.
See Also
Reference
WebPartPageUserException Class
WebPartPageUserException Members