11 references to ArgumentOutOfRange_Enum
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryInfo.cs (1)
199_ => throw new ArgumentException(SR.ArgumentOutOfRange_Enum, nameof(searchTarget)),
src\libraries\System.Private.CoreLib\src\System\IO\EnumerationOptions.cs (1)
45throw new ArgumentOutOfRangeException(nameof(searchOption), SR.ArgumentOutOfRange_Enum);
src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (1)
75throw new ArgumentOutOfRangeException(nameof(access), SR.ArgumentOutOfRange_Enum);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.cs (2)
82throw new ArgumentOutOfRangeException(badArg, SR.ArgumentOutOfRange_Enum); 88throw new ArgumentOutOfRangeException(nameof(options), SR.ArgumentOutOfRange_Enum);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (1)
163throw new ArgumentOutOfRangeException(nameof(access), SR.ArgumentOutOfRange_Enum);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.cs (1)
36throw new ArgumentOutOfRangeException(nameof(type), SR.ArgumentOutOfRange_Enum);
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
519throw new ArgumentOutOfRangeException(nameof(state), SR.ArgumentOutOfRange_Enum);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (2)
650throw new ArgumentOutOfRangeException("value", SR.ArgumentOutOfRange_Enum); 1192return SR.ArgumentOutOfRange_Enum;
src\System\GC.CoreCLR.cs (1)
197throw new ArgumentOutOfRangeException(nameof(mode), SR.ArgumentOutOfRange_Enum);