Click or drag to resize
InvalidCommandSyntaxException Constructor
Creates a new InvalidCommandSyntaxException with the given synopsis and usage.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public InvalidCommandSyntaxException(
	string synopsis,
	string usage
)

Parameters

synopsis
Type: SystemString
the synopsis of the command.
usage
Type: SystemString
the usage of the command.
See Also