Class BusyPoolException
Represents a client-side error indicating that all connections to a certain host have reached the maximum amount of in-flight requests supported.
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dse
Assembly: Dse.dll
Syntax
public class BusyPoolException : DriverException, ISerializable
Constructors
BusyPoolException(IPEndPoint, Int32, Int32)
Creates a new instance of BusyPoolException.
Declaration
public BusyPoolException(IPEndPoint address, int maxRequestsPerConnection, int connectionLength)
Parameters
Type | Name | Description |
---|---|---|
System.Net.IPEndPoint | address | |
System.Int32 | maxRequestsPerConnection | |
System.Int32 | connectionLength |
Properties
Address
Gets the host address.
Declaration
public IPEndPoint Address { get; }
Property Value
Type | Description |
---|---|
System.Net.IPEndPoint |
ConnectionLength
Gets the size of the pool.
Declaration
public int ConnectionLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxRequestsPerConnection
Gets the maximum amount of requests per connection.
Declaration
public int MaxRequestsPerConnection { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Serialization.ISerializable