• Version 1.7.1
Show / Hide Table of Contents

Class TerminateInReplyOnEstablishException

Received the "Terminate" message in reply on the "Establish" message.

Inheritance
object
Exception
EngineException
SessionException
TerminateInReplyOnEstablishException
Implements
ISerializable
Inherited Members
SessionException.Reason
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
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.Cme.ILink3.Exceptions
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class TerminateInReplyOnEstablishException : SessionException, ISerializable

Constructors

TerminateInReplyOnEstablishException(IMessage)

Declaration
public TerminateInReplyOnEstablishException(IMessage terminate)
Parameters
Type Name Description
IMessage terminate

Properties

ReceivedMessage

Received message.

Declaration
public IMessage ReceivedMessage { get; }
Property Value
Type Description
IMessage

Received message.

Implements

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