Click or drag to resize

BusyPoolException Class

Represents a client-side error indicating that all connections to a certain host have reached the maximum amount of in-flight requests supported.
Inheritance Hierarchy
SystemObject
  SystemException
    DseDriverException
      DseBusyPoolException

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

The BusyPoolException type exposes the following members.

Constructors
  NameDescription
Public methodBusyPoolException
Creates a new instance of BusyPoolException.
Top
Properties
  NameDescription
Public propertyAddress
Gets the host address.
Public propertyConnectionLength
Gets the size of the pool.
Public propertyMaxRequestsPerConnection
Gets the maximum amount of requests per connection.
Top
See Also

Reference