10 references to InvalidOperation_EnumNotStarted
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
1124throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 2144throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 2615throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (1)
1023return new InvalidOperationException(SR.InvalidOperation_EnumNotStarted);
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)
536throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 768SR.InvalidOperation_EnumNotStarted :