C# Class Smartsheet.Api.OAuth.AccessDeniedException

This is the exception thrown by OAuthFlow To indicate "access_denied" error 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
AccessDeniedException ( string message )

Constructor.

Method Details

AccessDeniedException() public method

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