• Version 1.15.2
Show / Hide Table of Contents

Class LogonReplyException

After sending the initial Logon message an invalid acknowledgment Logon message is received.

Inheritance
object
Exception
EngineException
SessionException
LogonReplyException
Implements
ISerializable
Inherited Members
SessionException.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 LogonReplyException : SessionException, ISerializable
Remarks

Constructor.

Constructors

LogonReplyException(string)

After sending the initial Logon message an invalid acknowledgment Logon message is received.

Declaration
public LogonReplyException(string reason)
Parameters
Type Name Description
string reason

parsing error details.

Remarks

Constructor.

Implements

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