• Version 1.7.1
Show / Hide Table of Contents

Class ResponseTimeoutException

After sending the initial Negotiate or Establish message the acknowledgment NegotiationResponse or EstablishmentAck message has not been received during the timeout period.

Inheritance
object
Exception
EngineException
SessionException
SessionTerminatedException
ResponseTimeoutException
Implements
ISerializable
Inherited Members
SessionTerminatedException.ToDetailedString()
SessionTerminatedException.TerminateErrorCode
SessionTerminatedException.TerminatedBy
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 ResponseTimeoutException : SessionTerminatedException, ISerializable

Constructors

ResponseTimeoutException(string, int)

Constructor.

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

timeout details.

int timeoutMilliseconds

timeout in milliseconds.

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