CoreStrings.ErrorMaterializingPropertyNullReference Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Une exception s’est produite lors de la lecture d’une valeur de base de données pour la propriété « {entityType}. {property}'. Le type attendu était « {expectedType} », mais la valeur réelle était null.
public static string ErrorMaterializingPropertyNullReference(object entityType, object property, object expectedType);
static member ErrorMaterializingPropertyNullReference : obj * obj * obj -> string
Public Shared Function ErrorMaterializingPropertyNullReference (entityType As Object, property As Object, expectedType As Object) As String
Paramètres
- entityType
- Object
- property
- Object
- expectedType
- Object