CommandLineSyntaxException Constructor (String)

Initializes a new instance of the CommandLineSyntaxException object.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New CommandLineSyntaxException(message)
public CommandLineSyntaxException(
    string message
)

Parameters

  • message
    Type: System.String

    The error message associated with the exception.

See Also

Reference

CommandLineSyntaxException Class

CommandLineSyntaxException Members

CommandLineSyntaxException Overload

Microsoft.SharePoint.Publishing Namespace

CommandLineSyntaxException

CommandLineSyntaxException