Argument matching parameter '<parametername>' narrows to '<typename>'
A call has been made to an overloaded method, but the compiler cannot find a method that can be called without a narrowing conversion. A narrowing conversion changes a value to a data type that might not be able to hold some of the possible values.
Error ID: BC36711
See Also
Concepts
Overloaded Properties and Methods
Widening and Narrowing Conversions