Click or drag to resize

OperationTimedOutException Class

Exception that thrown on a client-side timeout, when the client didn't hear back from the server within ReadTimeoutMillis.
Inheritance Hierarchy
SystemObject
  SystemException
    DseDriverException
      DseOperationTimedOutException

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class OperationTimedOutException : DriverException

The OperationTimedOutException type exposes the following members.

Constructors
  NameDescription
Public methodOperationTimedOutException
Initializes a new instance of the OperationTimedOutException class
Top
See Also

Reference