Click or drag to resize

OAuthTokenException Class

This is the exception thrown by To indicate errors occurred during obtaining OAuth tokens.

Thread safety: Exceptions are not thread safe.

Inheritance Hierarchy

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 OAuthTokenException : SmartsheetException
Constructors
  NameDescription
Public methodOAuthTokenException(String)
Constructor.
Public methodOAuthTokenException(String, Exception)
Constructor.
Top
See Also