CoreStrings.UnconfigurableType(Object, Object, Object, Object) Method

Definition

The type '{type}' cannot be configured as '{configuration}' since model building assumes that it is configured as '{expectedConfiguration}'. Remove the unsupported configuration for '{configurationType}'.

public static string UnconfigurableType (object? type, object? configuration, object? expectedConfiguration, object? configurationType);
static member UnconfigurableType : obj * obj * obj * obj -> string
Public Shared Function UnconfigurableType (type As Object, configuration As Object, expectedConfiguration As Object, configurationType As Object) As String

Parameters

type
Object
configuration
Object
expectedConfiguration
Object
configurationType
Object

Returns

Applies to