CoreStrings.IncorrectNumberOfArguments(Object, Object, Object) Method

Definition

'{method}' was invoked with {argumentCount} arguments, but has {parameterCount} parameters.

C#
public static string IncorrectNumberOfArguments (object? method, object? argumentCount, object? parameterCount);

Parameters

method
Object
argumentCount
Object
parameterCount
Object

Returns

Applies to

Product Versions
Entity Framework Core 6.0, 7.0, 8.0, 9.0