3 references to Format
Microsoft.Extensions.Configuration.Binder (3)
ConfigurationBinder.cs (3)
506throw new InvalidOperationException(SR.Format(SR.Error_FailedBinding, configValue, section.Path, type)); 1007error = new InvalidOperationException(SR.Format(SR.Error_FailedBinding, value, path, type), ex); 1023error = new InvalidOperationException(SR.Format(SR.Error_FailedBinding, value, path, type), ex);