C# Class FlickrNet.FlickrException

Generic Flickr.Net Exception.
Inheritance: System.Exception
Exibir arquivo Open project: liquidboy/X

Public Methods

Method Description
FlickrException ( ) : System

Initializes a new instance of the FlickrException class.

FlickrException ( string message ) : System

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

FlickrException ( string message, Exception innerException ) : System

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

Method Details

FlickrException() public method

Initializes a new instance of the FlickrException class.
public FlickrException ( ) : System
return System

FlickrException() public method

Initializes a new instance of the FlickrException class with a specified error message.
public FlickrException ( string message ) : System
message string
return System

FlickrException() public method

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