Click or drag to resize
InvalidOrUnknownCommandException Constructor
Creates a new InvalidOrUnknownCommandException.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public InvalidOrUnknownCommandException(
	string command
)

Parameters

command
Type: SystemString
the invalid or unknown command.
See Also