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\BitArray.cs (1)
1069return 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)
542throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 774SR.InvalidOperation_EnumNotStarted :