C# Класс FirstFloor.ModernUI.Windows.Controls.BbCode.ParseException

The exception for parse errors.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ParseException() публичный Метод

Initializes a new instance of the ParseException class.
public ParseException ( ) : System
Результат System

ParseException() публичный Метод

Initializes a new instance of the ParseException class.
public ParseException ( string message ) : System
message string The message.
Результат System

ParseException() публичный Метод

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.
Результат System