InvalidMetadataPropertyException - Constructeur (String, Exception, String, String, Type)
Crée une nouvelle instance de la classe avec un message d'exception interne, un nom de propriété qui n'est pas valide, un nom d'objet de métadonnées et un type d'objet de métadonnées.
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, _
invalidPropertyName As String, _
metadataObjectName As String, _
metadataObjectType As Type _
)
'Utilisation
Dim message As String
Dim inner As Exception
Dim invalidPropertyName As String
Dim metadataObjectName As String
Dim metadataObjectType As Type
Dim instance As New InvalidMetadataPropertyException(message, _
inner, invalidPropertyName, metadataObjectName, _
metadataObjectType)
public InvalidMetadataPropertyException(
string message,
Exception inner,
string invalidPropertyName,
string metadataObjectName,
Type metadataObjectType
)
Paramètres
message
Type : System.StringLa chaîne de message.
inner
Type : System.ExceptionL'exception interne ayant provoqué cette exception.
invalidPropertyName
Type : System.StringLe nom de la propriété qui n'est pas valide.
metadataObjectName
Type : System.StringLe nom d'objet de métadonnées.
metadataObjectType
Type : System.TypeLe type d'objet de métadonnées.
Voir aussi
Référence
InvalidMetadataPropertyException classe
InvalidMetadataPropertyException - Membres
InvalidMetadataPropertyException - Surcharge
Microsoft.SharePoint.BusinessData.Administration - Espace de noms