Property | Type | Description | |
---|---|---|---|
field | int | ||
sessionRejectReason | FixValues.SessionRejectReason |
Method | Description | |
---|---|---|
TagException ( int field, FixValues reason ) | ||
TagException ( int field, FixValues reason, System innerException ) | ||
TagException ( string msg, int field ) |
public TagException ( int field, FixValues reason ) | ||
field | int | |
reason | FixValues |
public TagException ( int field, FixValues reason, System innerException ) | ||
field | int | |
reason | FixValues | |
innerException | System |