Imgur.API.MashapeException.MashapeException C# (CSharp) Method

MashapeException() public method

Initializes a new instance of the MashapeException class with a specified error message.
public MashapeException ( string message ) : System
message string The message that describes the error.
return System
        public MashapeException(string message)
            : base(message)
        {
        }

Same methods

MashapeException::MashapeException ( string message, Exception innerException ) : System
MashapeException