AppHarbor.ApiException.ApiException C# (CSharp) Method

ApiException() public method

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

Same methods

ApiException::ApiException ( ) : System
ApiException