Partager via


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

Crée une nouvelle instance de la classe avec un message, l'exception interne, le type d'objet de métadonnées, les critères de recherche 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, _
    searchCriteria As String, _
    exh As IExceptionHelper _
)
'Utilisation
Dim message As String
Dim inner As Exception
Dim metadataObjectType As Type
Dim searchCriteria As String
Dim exh As IExceptionHelper

Dim instance As New MetadataObjectNotFoundException(message, _
    inner, metadataObjectType, searchCriteria, _
    exh)
public MetadataObjectNotFoundException(
    string message,
    Exception inner,
    Type metadataObjectType,
    string searchCriteria,
    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.

  • searchCriteria
    Type : System.String

    Les critères de recherche.

Voir aussi

Référence

MetadataObjectNotFoundException classe

MetadataObjectNotFoundException - Membres

MetadataObjectNotFoundException - Surcharge

Microsoft.BusinessData.MetadataModel - Espace de noms