Partager via


BdcException - Constructeur (String, Exception, IExceptionHelper)

Crée une nouvelle instance de la classe à l'aide d'un message, l'exception interne et une assistance de l'exception.

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

Syntaxe

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

Dim instance As New BdcException(message, _
    inner, exceptionHelper)
public BdcException(
    string message,
    Exception inner,
    IExceptionHelper exceptionHelper
)

Paramètres

  • inner
    Type : System.Exception

    Exception interne qui a provoqué cette exception.

Voir aussi

Référence

BdcException classe

BdcException - Membres

BdcException - Surcharge

Microsoft.BusinessData.Infrastructure - Espace de noms