C# Class iBlog.Exceptions.UrlNotFoundException

The url not found exception.
Inheritance: System.Exception
Datei anzeigen Open project: lei-zhu/iBlog

Public Methods

Method Description
UrlNotFoundException ( ) : System

Initializes a new instance of the UrlNotFoundException class.

UrlNotFoundException ( string message ) : System

Initializes a new instance of the UrlNotFoundException class.

Method Details

UrlNotFoundException() public method

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

UrlNotFoundException() public method

Initializes a new instance of the UrlNotFoundException class.
public UrlNotFoundException ( string message ) : System
message string /// The message. ///
return System