• Version 1.17.0
Show / Hide Table of Contents

Class TagSpecifiedOutOfRequiredOrderException

The tag is out of order.

Inheritance
object
Exception
ParserException
TagSpecifiedOutOfRequiredOrderException
Implements
ISerializable
Inherited Members
ParserException.UndefinedTagId
ParserException.message
ParserException.FindMsgType(ReadOnlySpan<byte>)
ParserException.RefSeqNum
ParserException.RefTagId
ParserException.RefMsgType
ParserException.Reason
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class TagSpecifiedOutOfRequiredOrderException : ParserException, ISerializable

Constructors

TagSpecifiedOutOfRequiredOrderException(string, int, IMessage)

Constructor.

Declaration
public TagSpecifiedOutOfRequiredOrderException(string reason, int refTag, IMessage message)
Parameters
Type Name Description
string reason
int refTag
IMessage message

TagSpecifiedOutOfRequiredOrderException(string, int, ReadOnlySpan<byte>)

Constructor.

Declaration
public TagSpecifiedOutOfRequiredOrderException(string reason, int refTag, ReadOnlySpan<byte> rawMessage)
Parameters
Type Name Description
string reason
int refTag
ReadOnlySpan<byte> rawMessage

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX