C# Класс QuickFix.DictionaryParseException

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

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

Метод Описание
DictionaryParseException ( ) : System
DictionaryParseException ( string message ) : System
DictionaryParseException ( string message, System inner ) : System

Защищенные методы

Метод Описание
DictionaryParseException ( System info, System context ) : System

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

DictionaryParseException() публичный метод

public DictionaryParseException ( ) : System
Результат System

DictionaryParseException() защищенный метод

protected DictionaryParseException ( System info, System context ) : System
info System
context System
Результат System

DictionaryParseException() публичный метод

public DictionaryParseException ( string message ) : System
message string
Результат System

DictionaryParseException() публичный метод

public DictionaryParseException ( string message, System inner ) : System
message string
inner System
Результат System