Partager via


InvalidMetadataPropertyException - Constructeur (String, String, String, Type)

Crée une nouvelle instance de la classe avec un message, 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, _
    invalidPropertyName As String, _
    metadataObjectName As String, _
    metadataObjectType As Type _
)
'Utilisation
Dim message As String
Dim invalidPropertyName As String
Dim metadataObjectName As String
Dim metadataObjectType As Type

Dim instance As New InvalidMetadataPropertyException(message, _
    invalidPropertyName, metadataObjectName, _
    metadataObjectType)
public InvalidMetadataPropertyException(
    string message,
    string invalidPropertyName,
    string metadataObjectName,
    Type metadataObjectType
)

Paramètres

  • invalidPropertyName
    Type : System.String

    Le nom de la propriété qui n'est pas valide.

  • metadataObjectName
    Type : System.String

    Le nom d'objet de métadonnées.

  • metadataObjectType
    Type : System.Type

    Le 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