Smartsheet.Api.OAuth.UnsupportedResponseTypeException.UnsupportedResponseTypeException C# (CSharp) Method

UnsupportedResponseTypeException() public method

Constructor.
public UnsupportedResponseTypeException ( string message )
message string the Message
        public UnsupportedResponseTypeException(string message)
            : base(message)
        {
        }
UnsupportedResponseTypeException