C# Class FlickrNet.ApiKeyRequiredException

Inheritance: FlickrException
Afficher le fichier Open project: samjudson/flickrnet-experimental

Méthodes publiques

Méthode Description
ApiKeyRequiredException ( ) : System

Initializes a new instance of the ApiKeyRequiredException class.

ApiKeyRequiredException ( string message ) : System

Initializes a new instance of the ApiKeyRequiredException class with a specified error message.

ApiKeyRequiredException ( string message, Exception innerException ) : System

Initializes a new instance of the ApiKeyRequiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Method Details

ApiKeyRequiredException() public méthode

Initializes a new instance of the ApiKeyRequiredException class.
public ApiKeyRequiredException ( ) : System
Résultat System

ApiKeyRequiredException() public méthode

Initializes a new instance of the ApiKeyRequiredException class with a specified error message.
public ApiKeyRequiredException ( string message ) : System
message string
Résultat System

ApiKeyRequiredException() public méthode

Initializes a new instance of the ApiKeyRequiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ApiKeyRequiredException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System