C# Класс QuickFix.FieldNotFoundException

An exception thrown when a field is not found in a message. If you see this exception, be sure you are accessing the field in the correct section of the message (for example, a header field in message.Header)
Наследование: System.ApplicationException
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

public FieldNotFoundException ( int tag ) : System
tag int
Результат System

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

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

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

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