BusyPoolException Constructor  | 
  
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic BusyPoolException(
	IPEndPoint address,
	int maxRequestsPerConnection,
	int connectionLength
)
Parameters
- address
 - Type: System.NetIPEndPoint
 - maxRequestsPerConnection
 - Type: SystemInt32
 - connectionLength
 - Type: SystemInt32
 
See Also