10 references to InvalidOperation_EnumNotStarted
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
1125throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 2145throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 2616throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
496throw new InvalidOperationException(_index == -1 ? SR.InvalidOperation_EnumNotStarted : SR.InvalidOperation_EnumEnded);
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1424throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (3)
1092if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 1109if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 1146if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (2)
548throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 768SR.InvalidOperation_EnumNotStarted :