C# 클래스 FlickrNet.OAuthException

An OAuth error occurred when calling one of the OAuth authentication flow methods.
상속: System.Exception
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

공개 메소드들

메소드 설명
OAuthException ( Exception innerException ) : System

Constructor for the OAuthException class.

OAuthException ( string response, Exception innerException ) : System

Constructor for the OAuthException class.

메소드 상세

OAuthException() 공개 메소드

Constructor for the OAuthException class.
public OAuthException ( Exception innerException ) : System
innerException System.Exception
리턴 System

OAuthException() 공개 메소드

Constructor for the OAuthException class.
public OAuthException ( string response, Exception innerException ) : System
response string
innerException System.Exception
리턴 System