C# Class Smartsheet.Api.OAuth.InvalidScopeException

This is the exception thrown by OAuthFlow To indicate an "invalid_scope" error occurred when obtaining an authorization Code.

Thread safety: Exceptions are not thread safe.

Inheritance: OAuthAuthorizationCodeException
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
InvalidScopeException ( string message )

Constructor.

Method Details

InvalidScopeException() public method

Constructor.
public InvalidScopeException ( string message )
message string the Message