text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 The event is already signaled and cannot be incremented. The lock is being disposed while still being used. It either is being held by a thread and/or has active waiters waiting to acquire the lock. A read lock may not be acquired with the write lock held in this mode. The participantCount argument must be less than or equal the number of participants. Upgradeable lock may not be acquired with write lock held in this mode. Acquiring Upgradeable lock gives the ability to read along with an option to upgrade to a writer. Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock. Recursive write lock acquisitions not allowed in this mode. The specified timeout must represent a value between -1 and Int32.MaxValue, inclusive. The postPhaseAction failed with an exception. The specified lock cookie is invalid for this operation. {0} Value was either too large or too small for a UInt16. Undo operation must be performed on the thread where the corresponding context was Set. The participantCount argument must be a positive value. The barrier has been disposed. Upgradeable lock may not be acquired with read lock held. The participantCount argument must be a positive value. Recursive read lock acquisitions not allowed in this mode. Must override both HostExecutionContextManager.SetHostExecutionContext and HostExecutionContextManager.Revert. The operation was canceled. Cannot apply a context that has been marshaled across AppDomains, that was not acquired through a Capture operation or that has already been the argument to a Set call. Timeout value in milliseconds must be nonnegative and less than or equal to Int32.MaxValue, or -1 for an infinite timeout. Recursive upgradeable lock acquisitions not allowed in this mode. ReaderWriterLock.RestoreLock was called without releasing all locks acquired since the call to ReleaseLock. The participantCount argument must be non-negative and less than or equal to 32767. The operation has timed out. {0} The barrier has no registered participants. The increment operation would cause the CurrentCount to overflow. This method may not be called from within the postPhaseAction. The upgradeable lock is being released without being held. Adding participantCount participants would result in the number of participants exceeding the maximum number allowed. The write lock is being released without being held. The number of threads using the barrier exceeded the total number of registered participants. Invalid attempt made to decrement the event's count below zero. The participantCount argument is greater than the number of participants that haven't yet arrived at the barrier in this phase. The read lock is being released without being held. Attempt to release a lock that is not owned by the calling thread. {0} (Exception from HRESULT: 0x{0:X})