Class EmptyGroupException
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class EmptyGroupException : ParserException, ISerializable
Constructors
EmptyGroupException(Int32, Int32, Message)
Declaration
public EmptyGroupException(int index, int numInGroupTag, Message msg)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | |
Int32 | numInGroupTag | |
Message | msg |
EmptyGroupException(Int32, Int32, Int32, Message)
Declaration
public EmptyGroupException(int index, int numInGroupTag, int refTag, Message msg)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | |
Int32 | numInGroupTag | |
Int32 | refTag | |
Message | msg |