3 references to Format
Microsoft.Extensions.Configuration.Binder (3)
ConfigurationBinder.cs (3)
587
throw new InvalidOperationException(SR.
Format
(SR.Error_CannotBindToConstructorParameter, type, nameOfInvalidParameter));
595
throw new InvalidOperationException(SR.
Format
(SR.Error_ConstructorParametersDoNotMatchProperties, type, nameOfInvalidParameters));
1155
throw new InvalidOperationException(SR.
Format
(SR.Error_ParameterHasNoMatchingConfig, type, parameterName));