• Version 1.15.2
Show / Hide Table of Contents

Class LogoutReplyTimeoutException

After sending the initial Logout message the acknowledgment Logout message has not been received during timeout period.

Inheritance
object
Exception
EngineException
SessionException
LogoutReplyTimeoutException
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 LogoutReplyTimeoutException : SessionException, ISerializable
Remarks

Constructor.

Constructors

LogoutReplyTimeoutException(string, int)

After sending the initial Logout message the acknowledgment Logout message has not been received during timeout period.

Declaration
public LogoutReplyTimeoutException(string rejectReason, int timeoutMilliseconds)
Parameters
Type Name Description
string rejectReason

timeout details.

int timeoutMilliseconds

timeout in milliseconds.

Remarks

Constructor.

Properties

Timeout

Returns timeout in milliseconds.

Declaration
public int Timeout { get; }
Property Value
Type Description
int

timeout in milliseconds.

Implements

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