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