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
ResponseTimeoutException
Implements
Inherited Members
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. |