InvalidMetadataPropertyException - Constructeur (String, Exception)
Crée une nouvelle instance de la classe avec un message et l'exception interne.
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 InvalidMetadataPropertyException(message, _
inner)
public InvalidMetadataPropertyException(
string message,
Exception inner
)
Paramètres
message
Type : System.StringLa chaîne de message.
inner
Type : System.ExceptionL'exception interne ayant provoqué cette exception.
Voir aussi
Référence
InvalidMetadataPropertyException classe
InvalidMetadataPropertyException - Membres
InvalidMetadataPropertyException - Surcharge
Microsoft.SharePoint.BusinessData.Administration - Espace de noms