CallfireApiClient.CallfireClientException.CallfireClientException C# (CSharp) Method

CallfireClientException() public method

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

Same methods

CallfireClientException::CallfireClientException ( string message, Exception e ) : System
CallfireClientException