| InvalidCommandSyntaxException Constructor |
Creates a new InvalidCommandSyntaxException with the given synopsis and usage.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public InvalidCommandSyntaxException(
string synopsis,
string usage
)
Public Sub New (
synopsis As String,
usage As String
)
public:
InvalidCommandSyntaxException(
String^ synopsis,
String^ usage
)
new :
synopsis : string *
usage : string -> InvalidCommandSyntaxException
Parameters
- synopsis
- Type: SystemString
the synopsis of the command. - usage
- Type: SystemString
the usage of the command.
See Also