AsterNET.FastAGI.AGINetworkException.AGINetworkException C# (CSharp) Method

AGINetworkException() public method

public AGINetworkException ( string message, Exception cause ) : System
message string
cause Exception
return System
        public AGINetworkException(string message, Exception cause)
            : base(message, cause)
        {
        }
    }
AGINetworkException