Compartir a través de


CoreStrings.ValueCannotBeNull(Object, Object, Object) Método

Definición

Valor de la propiedad '{1_entityType}. {0_property}' no se puede establecer en null porque su tipo es '{propertyType}' que no es un tipo que acepta valores NULL.

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

Parámetros

property
Object
entityType
Object
propertyType
Object

Devoluciones

Se aplica a