Class TerminateInReplyOnEstablishException
Received the "Terminate" message in reply on the "Establish" message.
Implements
Inherited Members
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. |