C# Class FlickrNet.OAuthException

An OAuth error occurred when calling one of the OAuth authentication flow methods.
Inheritance: System.Exception
ファイルを表示 Open project: liquidboy/X Class Usage Examples

Public Methods

Method Description
OAuthException ( Exception innerException ) : System

Constructor for the OAuthException class.

OAuthException ( string response, Exception innerException ) : System

Constructor for the OAuthException class.

Method Details

OAuthException() public method

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

OAuthException() public method

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