Class InstanceIndexOutOfRangeException
Inheritance
InstanceIndexOutOfRangeException
Assembly: OnixS.Fix.Engine.dll
Syntax
public class InstanceIndexOutOfRangeException : ParserException, ISerializable
Constructors
InstanceIndexOutOfRangeException(int, int, int, Message)
Declaration
public InstanceIndexOutOfRangeException(int index, int nInstances, int numInGroupTag, Message msg)
Parameters
InstanceIndexOutOfRangeException(int, int, int, int, Message)
Declaration
public InstanceIndexOutOfRangeException(int index, int nInstances, int numInGroupTag, int refTag, Message msg)
Parameters
Implements