CommandLineSyntaxException Constructor (String)
Creates a 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
See Also
Reference
CommandLineSyntaxException Class
CommandLineSyntaxException Members
CommandLineSyntaxException Overload