C# Class FlickrNet.FlickrWebException

Inheritance: FlickrException
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
FlickrWebException ( ) : System

Initializes a new instance of the FlickrWebException class.

FlickrWebException ( string message ) : System

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

FlickrWebException ( string message, Exception innerException ) : System

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

Method Details

FlickrWebException() public méthode

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

FlickrWebException() public méthode

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

FlickrWebException() public méthode

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