CoreStrings.ValueCannotBeNull(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value for property '{1_entityType}.{0_property}' cannot be set to null because its type is '{propertyType}' which is not a nullable type.
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
Parameters
- property
- Object
- entityType
- Object
- propertyType
- Object