MetadataObjectNotFoundException - Constructeur (String, Exception)
Initialise une nouvelle instance de la classe avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.
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 _
)
'Utilisation
Dim message As String
Dim inner As Exception
Dim instance As New MetadataObjectNotFoundException(message, _
inner)
public MetadataObjectNotFoundException(
string message,
Exception inner
)
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.
Voir aussi
Référence
MetadataObjectNotFoundException classe
MetadataObjectNotFoundException - Membres
MetadataObjectNotFoundException - Surcharge
Microsoft.SharePoint.BusinessData.Administration - Espace de noms