MetadataObjectNotFoundException - Constructeur (String, Type, String)
Initialise une nouvelle instance de la classe avec un message d'erreur spécifié, 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, _
metadataObjectType As Type, _
searchCriteria As String _
)
'Utilisation
Dim message As String
Dim metadataObjectType As Type
Dim searchCriteria As String
Dim instance As New MetadataObjectNotFoundException(message, _
metadataObjectType, searchCriteria)
public MetadataObjectNotFoundException(
string message,
Type metadataObjectType,
string searchCriteria
)
Paramètres
message
Type : System.StringLe message qui décrit l'erreur.
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