C# Class iBlog.Exceptions.UrlNotFoundException

The url not found exception.
Inheritance: System.Exception
Afficher le fichier Open project: lei-zhu/iBlog

Méthodes publiques

Méthode 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 méthode

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

UrlNotFoundException() public méthode

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