C# Класс BudgetAnalyser.Engine.Statement.UnexpectedIndexException

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

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

Метод Описание
UnexpectedIndexException ( ) : System

Initializes a new instance of the UnexpectedIndexException class.

UnexpectedIndexException ( string message ) : System

Initializes a new instance of the UnexpectedIndexException class.

Приватные методы

Метод Описание
UnexpectedIndexException ( string message, Exception innerException ) : System

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

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

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

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

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