C# Class FlickrNet.OAuthException

An OAuth error occurred when calling one of the OAuth authentication flow methods.
Inheritance: System.Exception
Afficher le fichier Open project: liquidboy/X Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Constructor for the OAuthException class.
public OAuthException ( Exception innerException ) : System
innerException System.Exception
Résultat System

OAuthException() public méthode

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