2 references to Argument_InvalidEnumValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
688throw new ArgumentException(SR.Format(SR.Argument_InvalidEnumValue, mode, nameof(MidpointRounding)), nameof(mode));
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
119throw new ArgumentException(SR.Format(SR.Argument_InvalidEnumValue, value, typeof(TEnum).Name), argumentName);