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
파일 보기 프로젝트 열기: kennystone/quickfixn

공개 메소드들

메소드 설명
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