CoreStrings.BadDependencyRegistration(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
服务依赖项类型“{dependenciesType}”在服务集合中注册不正确。 服务依赖项类型只能由实体框架或数据库提供程序注册。
public static string BadDependencyRegistration (object dependenciesType);
public static string BadDependencyRegistration (object? dependenciesType);
static member BadDependencyRegistration : obj -> string
Public Shared Function BadDependencyRegistration (dependenciesType As Object) As String
参数
- dependenciesType
- Object