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
Inherited Members
Namespace: OnixS.Cme.ILink3.Exceptions
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class ResponseTimeoutException : SessionTerminatedException
Constructors
ResponseTimeoutException(String, Int32)
Constructor.
Declaration
public ResponseTimeoutException(string rejectReason, int timeoutMilliseconds)
Parameters
Type | Name | Description |
---|---|---|
String | rejectReason | timeout details. |
Int32 | timeoutMilliseconds | timeout in milliseconds. |
Properties
Timeout
Returns timeout in milliseconds.
Declaration
public int Timeout { get; }
Property Value
Type | Description |
---|---|
Int32 | timeout in milliseconds. |