RelationalStrings.JsonErrorExtractingJsonProperty(Object, Object) Método

Definición

Error al leer un valor JSON para la propiedad '{entityType}. {propertyName}'. Consulte la excepción interna para obtener más información.

public static string JsonErrorExtractingJsonProperty (object? entityType, object? propertyName);
static member JsonErrorExtractingJsonProperty : obj * obj -> string
Public Shared Function JsonErrorExtractingJsonProperty (entityType As Object, propertyName As Object) As String

Parámetros

entityType
Object
propertyName
Object

Devoluciones

Se aplica a