Dela via


CoreStrings.BadValueGeneratorType(Object, Object) Method

Definition

The type '{givenType}' cannot be used as a value generator because it does not inherit from '{expectedType}'. Make sure to inherit value generators from '{expectedType}'.

public static string BadValueGeneratorType (object givenType, object expectedType);
public static string BadValueGeneratorType (object? givenType, object? expectedType);
static member BadValueGeneratorType : obj * obj -> string
Public Shared Function BadValueGeneratorType (givenType As Object, expectedType As Object) As String

Parameters

givenType
Object
expectedType
Object

Returns

Applies to