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

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

Parameters

message
Type: SystemString
a message decribing the AGIException.
cause
Type: SystemException
the throwable that caused this exception to be thrown.
See Also