Share via


ConnectionPoolFullException Constructor (Int32)

Initializes a new instance of the ConnectionPoolFullException class with the specified pool size.

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

Syntax

'Declaration
Public Sub New ( _
    poolsize As Integer _
)
'Usage
Dim poolsize As Integer

Dim instance As New ConnectionPoolFullException(poolsize)
public ConnectionPoolFullException(
    int poolsize
)

Parameters

See Also

Reference

ConnectionPoolFullException Class

ConnectionPoolFullException Members

ConnectionPoolFullException Overload

Microsoft.BusinessData.Runtime Namespace