Click or drag to resize
AGIException Constructor (String)
Creates a new AGIExeption with the given message.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AGIException(
	string message
)

Parameters

message
Type: SystemString
a message decribing the AGIException.
See Also