Class OAuthAuthorizationCodeException
- Namespace
- Smartsheet.Api.OAuth
- Assembly
- smartsheet-csharp-sdk.dll
This is the exception thrown by OAuthFlow To indicate errors occurred when obtaining authorization Code.
Thread safety: Exceptions are not thread safe.
public class OAuthAuthorizationCodeException : SmartsheetException, ISerializable
- Inheritance
-
OAuthAuthorizationCodeException
- Implements
- Derived
- Inherited Members
Constructors
OAuthAuthorizationCodeException(string)
Constructor.
public OAuthAuthorizationCodeException(string message)
Parameters
message
stringthe Message
OAuthAuthorizationCodeException(string, Exception)
Constructor.
public OAuthAuthorizationCodeException(string message, Exception cause)