ModelValidator.ThrowPropertyNotMappedException Yöntem

Tanım

Aşırı Yüklemeler

ThrowPropertyNotMappedException(String, IConventionEntityType, IConventionProperty)

InvalidOperationException Kullanılabilir olduğunda, özelliğin eşlenememesinin olası nedenlerini belirten sağlayıcıya özgü bilgileri içeren bir iletiyle birlikte oluşturur.

ThrowPropertyNotMappedException(String, IConventionTypeBase, IConventionProperty)

InvalidOperationException Kullanılabilir olduğunda, özelliğin eşlenememesinin olası nedenlerini belirten sağlayıcıya özgü bilgileri içeren bir iletiyle birlikte oluşturur.

ThrowPropertyNotMappedException(String, IConventionEntityType, IConventionProperty)

InvalidOperationException Kullanılabilir olduğunda, özelliğin eşlenememesinin olası nedenlerini belirten sağlayıcıya özgü bilgileri içeren bir iletiyle birlikte oluşturur.

protected virtual void ThrowPropertyNotMappedException (string propertyType, Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.IConventionProperty unmappedProperty);
abstract member ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
override this.ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overridable Sub ThrowPropertyNotMappedException (propertyType As String, entityType As IConventionEntityType, unmappedProperty As IConventionProperty)

Parametreler

propertyType
String

ÖZELLIK CLR türü.

entityType
IConventionEntityType

Varlık türü.

unmappedProperty
IConventionProperty

Özellik.

Şunlara uygulanır

ThrowPropertyNotMappedException(String, IConventionTypeBase, IConventionProperty)

InvalidOperationException Kullanılabilir olduğunda, özelliğin eşlenememesinin olası nedenlerini belirten sağlayıcıya özgü bilgileri içeren bir iletiyle birlikte oluşturur.

protected virtual void ThrowPropertyNotMappedException (string propertyType, Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase typeBase, Microsoft.EntityFrameworkCore.Metadata.IConventionProperty unmappedProperty);
abstract member ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
override this.ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overridable Sub ThrowPropertyNotMappedException (propertyType As String, typeBase As IConventionTypeBase, unmappedProperty As IConventionProperty)

Parametreler

propertyType
String

ÖZELLIK CLR türü.

typeBase
IConventionTypeBase

Yapısal tip.

unmappedProperty
IConventionProperty

Özellik.

Şunlara uygulanır