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

OAuthAuthorizationCodeException() public method

Constructor.
public OAuthAuthorizationCodeException ( string message ) : System
message string the Message
return System
        public OAuthAuthorizationCodeException(string message)
            : base(message)
        {
        }

Same methods

OAuthAuthorizationCodeException::OAuthAuthorizationCodeException ( string message, Exception cause ) : System
OAuthAuthorizationCodeException