Partager via


ConnectionPoolFullException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe ConnectionPoolFullException avec le message spécifié et l'exception interne.

Espace de noms :  Microsoft.BusinessData.Runtime
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
'Utilisation
Dim message As String
Dim inner As Exception

Dim instance As New ConnectionPoolFullException(message, _
    inner)
public ConnectionPoolFullException(
    string message,
    Exception inner
)

Paramètres

  • inner
    Type : System.Exception

    Exception interne qui a provoqué cette exception.

Voir aussi

Référence

ConnectionPoolFullException classe

ConnectionPoolFullException - Membres

ConnectionPoolFullException - Surcharge

Microsoft.BusinessData.Runtime - Espace de noms