C# Class FirstFloor.ModernUI.Windows.Controls.BBCode.ParseException

The exception for parse errors.
Inheritance: Exception
Afficher le fichier Open project: jpadillak/Concordia_Capstone2013-14

Méthodes publiques

Méthode Description
ParseException ( ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message, Exception innerException ) : System

Initializes a new instance of the ParseException class.

Method Details

ParseException() public méthode

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

ParseException() public méthode

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

ParseException() public méthode

Initializes a new instance of the ParseException class.
public ParseException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
Résultat System