CoreStrings.ConstructorNotFound(Object, Object) Yöntem

Tanım

'{entityType}' varlık türü için uygun bir oluşturucu bulunamadı. Aşağıdaki oluşturucuların varlık türünün özelliklerine bağlanamıyor parametreleri vardı: {constructors}.

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

Parametreler

entityType
Object
constructors
Object

Döndürülenler

String

Şunlara uygulanır