C# 클래스 Smartsheet.Api.OAuth.OAuthTokenException

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

Thread safety: Exceptions are not thread safe.

상속: SmartsheetException
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
OAuthTokenException ( string message ) : System

Constructor.

OAuthTokenException ( string message, Exception cause ) : System

Constructor.

메소드 상세

OAuthTokenException() 공개 메소드

Constructor.
public OAuthTokenException ( string message ) : System
message string the Message
리턴 System

OAuthTokenException() 공개 메소드

Constructor.
public OAuthTokenException ( string message, Exception cause ) : System
message string the Message
cause System.Exception the cause
리턴 System