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
message
Type : System.StringLe message qui décrit l'erreur.
inner
Type : System.ExceptionL'exception qui est la cause de l'exception en cours.
metadataObjectType
Type : System.TypeLe type d'objet de métadonnées impliquée dans l'erreur.
searchCriteria
Type : System.StringLes critères de recherche.
Voir aussi
Référence
MetadataObjectNotFoundException classe
MetadataObjectNotFoundException - Membres
MetadataObjectNotFoundException - Surcharge
Microsoft.SharePoint.BusinessData.Administration - Espace de noms