ConfigurationBinder.cs (11)
562throw new InvalidOperationException(SR.Format(SR.Error_CannotActivateAbstractOrInterface, type));
572throw new InvalidOperationException(SR.Format(SR.Error_MissingPublicInstanceConstructor, type));
577throw new InvalidOperationException(SR.Format(SR.Error_MultipleParameterizedConstructors, type));
617throw new InvalidOperationException(SR.Format(SR.Error_FailedToActivate, type), ex);
620return instance ?? throw new InvalidOperationException(SR.Format(SR.Error_FailedToActivate, type));
797throw new InvalidOperationException(SR.Format(SR.Error_GeneralErrorWhenBinding,
836throw new InvalidOperationException(SR.Format(SR.Error_GeneralErrorWhenBinding,
853throw new InvalidOperationException(SR.Format(SR.Error_UnsupportedMultidimensionalArray, type));
892throw new InvalidOperationException(SR.Format(SR.Error_GeneralErrorWhenBinding,
963throw new InvalidOperationException(SR.Format(SR.Error_GeneralErrorWhenBinding,
1135throw new InvalidOperationException(SR.Format(SR.Error_ParameterBeingBoundToIsUnnamed, type));