• Programming Guide
  • Api Documentation
  • OnixS CME iLink3 Handler for .NET Core, version 1.4.2
Show / Hide Table of Contents
  • OnixS.Cme.ILink3
    • BytesReceivedEventHandler
    • ConfigEntry
    • EngineErrorEventArgs
    • EngineErrorReason
    • EngineWarningEventArgs
    • EngineWarningReason
    • FailoverEventArgs
    • FaultToleranceIndicator
    • HighResolutionTimeSpan
    • HighResolutionTimestamp
    • InboundMessageEventArgs
    • ITimestampProvider
    • MessageEventArgs
    • NotAppliedEventArgs
    • PortRange
    • Session
    • SessionErrorEventArgs
    • SessionErrorReason
    • SessionId
    • SessionSettings
    • SessionSettings.Default
    • SessionSettings.Key
    • SessionState
    • SessionStateChangeEventArgs
    • SessionStorageType
    • SessionWarningEventArgs
    • SessionWarningReason
    • TimeSpanFormat
    • TimestampFormat
  • OnixS.Cme.ILink3.Exceptions
    • CannotEstablishLinkException
    • DecodingException
    • EngineAlreadyInitializedException
    • EngineException
    • EngineIsNotInitializedException
    • EstablishmentRejectException
    • InvalidResponseException
    • LicenseException
    • LicenseExpiredException
    • LicenseNotFoundException
    • LinkErrorException
    • NegotiationRejectException
    • RequiredTagMissingException
    • ResponseTimeoutException
    • SessionException
    • SessionTerminatedException
    • StorageException
    • TerminatedBy
    • TerminateInReplyOnEstablishException
    • UnexpectedMessageTypeException
    • UnexpectedSequenceNumberException
  • OnixS.Cme.ILink3.Messaging
    • DecodingErrorCodes
  • OnixS.Cme.ILink3.Properties
    • Resources
  • OnixS.Cme.ILink3.Storage
    • ISessionStorage

Class SessionTerminatedException

Session is finished because of the Terminate message with an error code.

Inheritance
Object
EngineException
SessionException
SessionTerminatedException
DecodingException
ResponseTimeoutException
Inherited Members
SessionException.Reason
Namespace: OnixS.Cme.ILink3.Exceptions
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class SessionTerminatedException : SessionException

Properties

TerminatedBy

Declaration
public TerminatedBy TerminatedBy { get; }
Property Value
Type Description
TerminatedBy

TerminateErrorCode

CME terminate error code

Declaration
public int TerminateErrorCode { get; }
Property Value
Type Description
Int32

Methods

ToDetailedString()

Declaration
public string ToDetailedString()
Returns
Type Description
String
In This Article
Back to top Copyright © Onix Solutions.
Generated by DocFX