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

The exception for parse errors.
Inheritance: Exception
Mostra file Open project: jpadillak/Concordia_Capstone2013-14

Public Methods

Method 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 method

Initializes a new instance of the ParseException class.
public ParseException ( ) : System
return System

ParseException() public method

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

ParseException() public method

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