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
ファイルを表示 Open project: kennystone/quickfixn

Public Methods

Method Description
FieldNotFoundException ( ) : System
FieldNotFoundException ( int tag ) : System
FieldNotFoundException ( string message ) : System
FieldNotFoundException ( string message, System inner ) : System

Protected Methods

Method Description
FieldNotFoundException ( System info, System context ) : System

Method Details

FieldNotFoundException() public method

public FieldNotFoundException ( ) : System
return System

FieldNotFoundException() protected method

protected FieldNotFoundException ( System info, System context ) : System
info System
context System
return System

FieldNotFoundException() public method

public FieldNotFoundException ( int tag ) : System
tag int
return System

FieldNotFoundException() public method

public FieldNotFoundException ( string message ) : System
message string
return System

FieldNotFoundException() public method

public FieldNotFoundException ( string message, System inner ) : System
message string
inner System
return System