Class UnexpectedGroupTagException
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 UnexpectedGroupTagException : RepeatingGroupException, ISerializable
Constructors
UnexpectedGroupTagException(Int32, FixVersion, String)
Declaration
public UnexpectedGroupTagException(int tag, FixVersion version, string messageType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | tag | |
| FixVersion | version | |
| System.String | messageType |
UnexpectedGroupTagException(Int32, FixVersionContainer, String)
Declaration
public UnexpectedGroupTagException(int tag, FixVersionContainer version, string messageType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | tag | |
| FixVersionContainer | version | |
| System.String | messageType |
Properties
Message
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Implements
System.Runtime.Serialization.ISerializable