Partager via


MetadataObjectNotFoundException - Constructeur (Type, String)

Initialise une nouvelle instance de la classe avec les métadonnées objet Microsoft .NET Framework type et critères de recherche.

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

Syntaxe

'Déclaration
Public Sub New ( _
    metadataObjectType As Type, _
    searchCriteria As String _
)
'Utilisation
Dim metadataObjectType As Type
Dim searchCriteria As String

Dim instance As New MetadataObjectNotFoundException(metadataObjectType, _
    searchCriteria)
public MetadataObjectNotFoundException(
    Type metadataObjectType,
    string searchCriteria
)

Paramètres

  • metadataObjectType
    Type : System.Type

    Le type d'objet de métadonnées impliquée dans l'erreur.

  • searchCriteria
    Type : System.String

    Les critères de recherche.

Voir aussi

Référence

MetadataObjectNotFoundException classe

MetadataObjectNotFoundException - Membres

MetadataObjectNotFoundException - Surcharge

Microsoft.SharePoint.BusinessData.Administration - Espace de noms