Click or drag to resize
AGINetworkException Constructor
Initializes a new instance of the AGINetworkException class

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

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:AsterNET.FastAGI.AGINetworkException.#ctor(System.String,System.Exception)"]

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:AsterNET.FastAGI.AGINetworkException.#ctor(System.String,System.Exception)"]

See Also