PublishException Constructor (String)
Initializes a new instance of the class with a specified error message.
Namespace: Microsoft.Office.SharePoint.ClientExtensions.Publishing
Assembly: Microsoft.Office.SharePoint.ClientExtensions (in Microsoft.Office.SharePoint.ClientExtensions.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New PublishException(message)
public PublishException(
string message
)
Parameters
message
Type: System.StringThe message that describes the error.
See Also
Reference
Microsoft.Office.SharePoint.ClientExtensions.Publishing Namespace