C# Class WikiFunctions.WikiException

Inheritance: System.Exception
Datei anzeigen Open project: reedy/AutoWikiBrowser

Protected Methods

Method Description
WikiException ( string text ) : System
WikiException ( string text, Exception innerException ) : System

Method Details

WikiException() protected method

protected WikiException ( string text ) : System
text string
return System

WikiException() protected method

protected WikiException ( string text, Exception innerException ) : System
text string
innerException System.Exception
return System