Click or drag to resize
InvalidCommandSyntaxExceptionUsage Property
Returns a description of the command that was called with invalid syntax.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Usage { get; }

Return Value

Type: String
a description of the command that was called with invalid syntax.
See Also