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

ImgurException() public method

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

Same methods

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