C# Class Smartsheet.Api.OAuth.OAuthAuthorizationCodeException

This is the exception thrown by OAuthFlow To indicate errors occurred when obtaining authorization Code.

Thread safety: Exceptions are not thread safe.

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

Public Methods

Method Description
OAuthAuthorizationCodeException ( string message ) : System

Constructor.

OAuthAuthorizationCodeException ( string message, Exception cause ) : System

Constructor.

Method Details

OAuthAuthorizationCodeException() public method

Constructor.
public OAuthAuthorizationCodeException ( string message ) : System
message string the Message
return System

OAuthAuthorizationCodeException() public method

Constructor.
public OAuthAuthorizationCodeException ( string message, Exception cause ) : System
message string the Message
cause System.Exception the cause
return System