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

InvalidScopeException() public method

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