ConfigurationBinder.cs (6)
479throw new InvalidOperationException(SR.Format(SR.Error_FailedBinding, section.Path, type));
544throw new InvalidOperationException(SR.Format(SR.Error_CannotBindToConstructorParameter, type, nameOfInvalidParameter));
552throw new InvalidOperationException(SR.Format(SR.Error_ConstructorParametersDoNotMatchProperties, type, nameOfInvalidParameters));
961error = new InvalidOperationException(SR.Format(SR.Error_FailedBinding, path, type), ex);
974error = new InvalidOperationException(SR.Format(SR.Error_FailedBinding, path, type), ex);
1106throw new InvalidOperationException(SR.Format(SR.Error_ParameterHasNoMatchingConfig, type, parameterName));