[Rush Hour II] out of sync
mscorlib
at System.Collections.Generic.Dictionary`2+Enumerator[System.Reflection.MethodBase,System.Byte[]].VerifyState ()
at System.Collections.Generic.Dictionary`2+Enumerator[System.Reflection.MethodBase,System.Byte[]].MoveNext ()
at System.Collections.Generic.Dictionary`2+KeyCollection+Enumerator[System.Reflection.MethodBase,System.Byte[]].MoveNext ()
at RushHour2.Patches.PatchManager.UnPatchAll ()
Exception on unpatching:
The
InvalidOperationExceptionwith anout of syncmessage usually means that you're trying to modify anIEnumerablewhile iterating over it using its enumerator (e.g. inforeach).