C# Class Smrf.NodeXL.GraphDataProviders.Flickr.FlickrException

Inheritance: System.Net.WebException
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
FlickrException ( String flickrErrorMessage ) : System

Initializes a new instance of the FlickrException class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

FlickrException() public method

Initializes a new instance of the FlickrException class.
public FlickrException ( String flickrErrorMessage ) : System
flickrErrorMessage String /// Error message received from Flickr. ///
return System