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