Partager via


MetadataException - Constructeur (String, Exception, Type, IExceptionHelper)

Initialise une nouvelle instance de la classe avec un message, l'exception interne, l'objet metadataObjectType et une assistance de l'exception.

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

Syntaxe

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

Dim instance As New MetadataException(message, _
    inner, metadataObjectType, exh)
public MetadataException(
    string message,
    Exception inner,
    Type metadataObjectType,
    IExceptionHelper exh
)

Paramètres

  • inner
    Type : System.Exception

    Exception interne qui a provoqué cette exception.

  • metadataObjectType
    Type : System.Type

    Le type d'objet métadonnées.

Voir aussi

Référence

MetadataException classe

MetadataException - Membres

MetadataException - Surcharge

Microsoft.BusinessData.MetadataModel - Espace de noms