C# Class WikiFunctions.WikiException

Inheritance: System.Exception
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes protégées

Méthode Description
WikiException ( string text ) : System
WikiException ( string text, Exception innerException ) : System

Method Details

WikiException() protected méthode

protected WikiException ( string text ) : System
text string
Résultat System

WikiException() protected méthode

protected WikiException ( string text, Exception innerException ) : System
text string
innerException System.Exception
Résultat System