Partager via


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

Initialise une nouvelle instance de la classe avec un message d'erreur spécifié, une référence à l'exception interne ayant provoqué cette exception, le type de Microsoft .NET Framework d'objet de métadonnées et les critères de recherche.

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

Syntaxe

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

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

Paramètres

  • inner
    Type : System.Exception

    L'exception qui est la cause de l'exception en cours.

  • 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