Click or drag to resize

AccessDeniedException Class

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

Thread safety: Exceptions are not thread safe.

Inheritance Hierarchy
SystemObject
  SystemException
    Smartsheet.ApiSmartsheetException
      Smartsheet.Api.OAuthOAuthAuthorizationCodeException
        Smartsheet.Api.OAuthAccessDeniedException

Namespace:  Smartsheet.Api.OAuth
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class AccessDeniedException : OAuthAuthorizationCodeException

The AccessDeniedException type exposes the following members.

Constructors
  NameDescription
Public methodAccessDeniedException
Constructor.
Top
See Also