Dela via


CoreStrings.CannotCreateValueGenerator Method

Definition

Overloads

CannotCreateValueGenerator(Object)

Cannot create an instance of value generator type '{generatorType}'. Ensure that the type can be instantiated and has a parameterless constructor, or use the overload of 'HasValueGenerator' that accepts a delegate.

CannotCreateValueGenerator(Object, Object)

Cannot create an instance of value generator type '{generatorType}'. Ensure that the type can be instantiated and has a parameterless constructor, or use the overload of '{method}' that accepts a delegate.

CannotCreateValueGenerator(Object)

Cannot create an instance of value generator type '{generatorType}'. Ensure that the type can be instantiated and has a parameterless constructor, or use the overload of 'HasValueGenerator' that accepts a delegate.

public static string CannotCreateValueGenerator (object generatorType);
static member CannotCreateValueGenerator : obj -> string
Public Shared Function CannotCreateValueGenerator (generatorType As Object) As String

Parameters

generatorType
Object

Returns

Applies to

CannotCreateValueGenerator(Object, Object)

Cannot create an instance of value generator type '{generatorType}'. Ensure that the type can be instantiated and has a parameterless constructor, or use the overload of '{method}' that accepts a delegate.

public static string CannotCreateValueGenerator (object? generatorType, object? method);
static member CannotCreateValueGenerator : obj * obj -> string
Public Shared Function CannotCreateValueGenerator (generatorType As Object, method As Object) As String

Parameters

generatorType
Object
method
Object

Returns

Applies to