Class InstanceIndexOutOfRangeException
The instance index is out of range.
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class InstanceIndexOutOfRangeException : ParserException, ISerializable
Constructors
InstanceIndexOutOfRangeException(int, int, int, Message)
Constructor.
Declaration
public InstanceIndexOutOfRangeException(int index, int nInstances, int numInGroupTag, Message msg)
Parameters
Type | Name | Description |
---|---|---|
int | index | |
int | nInstances | |
int | numInGroupTag | |
Message | msg |
InstanceIndexOutOfRangeException(int, int, int, int, Message)
Constructor.
Declaration
public InstanceIndexOutOfRangeException(int index, int nInstances, int numInGroupTag, int refTag, Message msg)
Parameters
Type | Name | Description |
---|---|---|
int | index | |
int | nInstances | |
int | numInGroupTag | |
int | refTag | |
Message | msg |