C# Class 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)
Inheritance: System.ApplicationException
Afficher le fichier Open project: kennystone/quickfixn

Méthodes publiques

Méthode Description
FieldNotFoundException ( ) : System
FieldNotFoundException ( int tag ) : System
FieldNotFoundException ( string message ) : System
FieldNotFoundException ( string message, System inner ) : System

Méthodes protégées

Méthode Description
FieldNotFoundException ( System info, System context ) : System

Method Details

FieldNotFoundException() public méthode

public FieldNotFoundException ( ) : System
Résultat System

FieldNotFoundException() protected méthode

protected FieldNotFoundException ( System info, System context ) : System
info System
context System
Résultat System

FieldNotFoundException() public méthode

public FieldNotFoundException ( int tag ) : System
tag int
Résultat System

FieldNotFoundException() public méthode

public FieldNotFoundException ( string message ) : System
message string
Résultat System

FieldNotFoundException() public méthode

public FieldNotFoundException ( string message, System inner ) : System
message string
inner System
Résultat System