Class UnresolvedGroupTagException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.Fix.Message.Rg.Exceptions
Assembly: FixAntenna.Message.dll
Syntax
public class UnresolvedGroupTagException : RepeatingGroupException, ISerializable
Constructors
UnresolvedGroupTagException(Int32, Int32, FixVersion, String)
Declaration
public UnresolvedGroupTagException(int invalidTag, int leadingTag, FixVersion version, string msgType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | invalidTag | |
System.Int32 | leadingTag | |
FixVersion | version | |
System.String | msgType |
UnresolvedGroupTagException(Int32, Int32, FixVersionContainer, String)
Declaration
public UnresolvedGroupTagException(int invalidTag, int leadingTag, FixVersionContainer version, string msgType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | invalidTag | |
System.Int32 | leadingTag | |
FixVersionContainer | version | |
System.String | msgType |
Properties
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Implements
System.Runtime.Serialization.ISerializable