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)
1090if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 1107if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 1144if (!_currentIsValid) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (2)
542throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 762SR.InvalidOperation_EnumNotStarted :