ConnectionPoolFullException Class

Thrown when a connection cannot be obtained because the connection pool is full.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.BdcException
      Microsoft.BusinessData.Runtime.RuntimeException
        Microsoft.BusinessData.Runtime.ConnectionPoolFullException

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class ConnectionPoolFullException _
    Inherits RuntimeException
'Usage
Dim instance As ConnectionPoolFullException
[SerializableAttribute]
[DataContractAttribute]
public class ConnectionPoolFullException : RuntimeException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConnectionPoolFullException Members

Microsoft.BusinessData.Runtime Namespace