Delen via


CoreStrings.ConstructorNotFound(Object, Object) Method

Definition

No suitable constructor was found for entity type '{entityType}'. The following constructors had parameters that could not be bound to properties of the entity type: {constructors}Note that only mapped properties can be bound to constructor parameters. Navigations to related entities, including references to owned types, cannot be bound.

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

Parameters

entityType
Object
constructors
Object

Returns

Applies to