C# Class FlickrNet.SignatureRequiredException

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

Méthodes publiques

Méthode Description
SignatureRequiredException ( ) : System

Initializes a new instance of the SignatureRequiredException class.

SignatureRequiredException ( string message ) : System

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

SignatureRequiredException ( string message, Exception innerException ) : System

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

Method Details

SignatureRequiredException() public méthode

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

SignatureRequiredException() public méthode

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

SignatureRequiredException() public méthode

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