InvalidMetadataPropertyException - Constructeur (String, Exception, String, String, Type)
Crée une nouvelle instance de la classe avec un message, une exception interne, un nom de la propriété qui n'est pas valide, un nom de l'objet métadonnées et un type d'objet de métadonnées.
Espace de noms : Microsoft.SharePoint.BusinessData.Administration.Client
Assembly : Microsoft.SharePoint.BusinessData.Administration.Client (dans Microsoft.SharePoint.BusinessData.Administration.Client.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 du message.
inner
Type : System.ExceptionException interne qui a provoqué cette exception.
invalidPropertyName
Type : System.StringLe nom de la propriété qui n'est pas valide.
metadataObjectName
Type : System.StringLe nom de l'objet métadonnées.
metadataObjectType
Type : System.TypeLe type d'objet métadonnées.
Voir aussi
Référence
InvalidMetadataPropertyException classe
InvalidMetadataPropertyException - Membres
InvalidMetadataPropertyException - Surcharge
Microsoft.SharePoint.BusinessData.Administration.Client - Espace de noms