NetWrok.HTTP.HTTPException.HTTPException C# (CSharp) Method

HTTPException() public method

public HTTPException ( string message ) : System
message string
return System
        public HTTPException(string message)
            : base(message)
        {
        }
HTTPException