C# Class Claymore.SharpMediaWiki.WikiPageNotFound

Inheritance: WikiException
Afficher le fichier Open project: Claymore/SharpMediaWiki

Méthodes publiques

Méthode Description
WikiPageNotFound ( ) : System
WikiPageNotFound ( string message ) : System
WikiPageNotFound ( string message, Exception inner ) : System

Method Details

WikiPageNotFound() public méthode

public WikiPageNotFound ( ) : System
Résultat System

WikiPageNotFound() public méthode

public WikiPageNotFound ( string message ) : System
message string
Résultat System

WikiPageNotFound() public méthode

public WikiPageNotFound ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System