Share via


CoreStrings.ConstructorNotFound(Object, Object) Method

Definition

No suitable constructor was found for the type '{type}'. The following constructors had parameters that could not be bound to properties of the 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? type, object? constructors);
public static string ConstructorNotFound(object entityType, object constructors);
public static string ConstructorNotFound(object? entityType, object? constructors);
static member ConstructorNotFound : obj * obj -> string
static member ConstructorNotFound : obj * obj -> string
Public Shared Function ConstructorNotFound (type As Object, constructors As Object) As String
Public Shared Function ConstructorNotFound (entityType As Object, constructors As Object) As String

Parameters

typeentityType
Object
constructors
Object

Returns

Applies to