11 references to Format
Microsoft.Extensions.Configuration.Binder (11)
ConfigurationBinder.cs (11)
519throw new InvalidOperationException(SR.Format(SR.Error_CannotActivateAbstractOrInterface, type)); 529throw new InvalidOperationException(SR.Format(SR.Error_MissingPublicInstanceConstructor, type)); 534throw new InvalidOperationException(SR.Format(SR.Error_MultipleParameterizedConstructors, type)); 574throw new InvalidOperationException(SR.Format(SR.Error_FailedToActivate, type), ex); 577return instance ?? throw new InvalidOperationException(SR.Format(SR.Error_FailedToActivate, type)); 754throw new InvalidOperationException(SR.Format(SR.Error_GeneralErrorWhenBinding, 793throw new InvalidOperationException(SR.Format(SR.Error_GeneralErrorWhenBinding, 810throw new InvalidOperationException(SR.Format(SR.Error_UnsupportedMultidimensionalArray, type)); 849throw new InvalidOperationException(SR.Format(SR.Error_GeneralErrorWhenBinding, 920throw new InvalidOperationException(SR.Format(SR.Error_GeneralErrorWhenBinding, 1086throw new InvalidOperationException(SR.Format(SR.Error_ParameterBeingBoundToIsUnnamed, type));