CommandLineSyntaxException Constructor (String, Exception)
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, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New CommandLineSyntaxException(message, _
innerException)
public CommandLineSyntaxException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
- innerException
Type: System.Exception
See Also
Reference
CommandLineSyntaxException Class
CommandLineSyntaxException Members
CommandLineSyntaxException Overload