3 references to ArgumentOutOfRange_Enum
System.IO.Compression (3)
System\IO\Compression\DeflateZLib\DeflateStream.cs (1)
93
throw new ArgumentException(SR.
ArgumentOutOfRange_Enum
, nameof(mode));
System\IO\Compression\Zstandard\ZstandardStream.cs (1)
50
throw new ArgumentException(SR.
ArgumentOutOfRange_Enum
, nameof(mode));
System\IO\Compression\Zstandard\ZstandardUtils.cs (1)
96
_ => throw new ArgumentOutOfRangeException(nameof(compressionLevel), compressionLevel, SR.
ArgumentOutOfRange_Enum
)