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

The exception for parse errors.
Inheritance: System.Exception
Mostra file Open project: gro-ove/actools

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 System.Exception The inner exception.
return System