Share via


RelationalStrings.JsonErrorExtractingJsonProperty(Object, Object) Method

Definition

An error occurred while reading a JSON value for property '{entityType}.{propertyName}'. See the inner exception for more information.

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

Parameters

entityType
Object
propertyName
Object

Returns

Applies to