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);