ThreadingMessages
ThreadingMessages.Instance (SystemMessages.Threading) contains message descriptions scraped from mscorlib.dll for System.Threading.*.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA34500F8 | 0x80131600 | SynchronizationLockException | mscorlib.Arg_SynchronizationLockException | Object synchronization method was called from an unsynchronized block of code. | System.ApplicationException |
0xA34500FC | 0x80131525 | ThreadStartException | mscorlib.Arg_ThreadStartException | Thread failed to start. | System.Threading.ThreadStartException |
0xA34500FD | 0x80131520 | ThreadStateException | mscorlib.Arg_ThreadStateException | Thread was in an invalid state for the operation being executed. | System.Threading.ThreadStateException |
0xA34502E9 | 0x80070057 | CancellationTokenCreateLinkedTokenTokensIsEmpty | mscorlib.CancellationToken_CreateLinkedToken_TokensIsEmpty | No tokens were supplied. | System.ArgumentException |
0xA34502EA | 0x80131622 | CancellationTokenSourceDisposed | mscorlib.CancellationToken_SourceDisposed | The CancellationTokenSource associated with this CancellationToken has been disposed. | System.ObjectDisposedException |
0xA34502EB | 0x80131622 | CancellationTokenSourceDisposed2 | mscorlib.CancellationTokenSource_Disposed | The CancellationTokenSource has been disposed. | System.ObjectDisposedException |
0xA345039C | 0x80131509 | InvalidOperationCannotUseAFCOtherThread | mscorlib.InvalidOperation_CannotUseAFCOtherThread | AsyncFlowControl object must be used on the thread where it was created. | System.InvalidOperationException |
0xA345039D | 0x80131509 | InvalidOperationCannotUseSwitcherOtherThread | mscorlib.InvalidOperation_CannotUseSwitcherOtherThread | Undo operation must be performed on the thread where the corresponding context was Set. | System.InvalidOperationException |
0xA34503CD | 0x80131509 | InvalidOperationMustBeSameThread | mscorlib.InvalidOperation_MustBeSameThread | This operation must take place on the same thread on which the object was created. | System.InvalidOperationException |
0xA34503FA | 0x80131509 | InvalidOperationThreadAPIsNotSupported | mscorlib.InvalidOperation_ThreadAPIsNotSupported | Use CompressedStack.(Capture/Run) or ExecutionContext.(Capture/Run) APIs instead. | System.InvalidOperationException |
0xA34503FB | 0x80131509 | InvalidOperationThreadWrongThreadStart | mscorlib.InvalidOperation_ThreadWrongThreadStart | The thread was created with a ThreadStart delegate that does not accept a parameter. | System.InvalidOperationException |
0xA3450448 | 0x80131502 | ManualResetEventSlimctorSpinCountOutOfRange | mscorlib.ManualResetEventSlim_ctor_SpinCountOutOfRange | The spinCount argument must be in the range 0 to {0}, inclusive. | System.ArgumentOutOfRangeException |
0xA3450449 | 0x80131509 | ManualResetEventSlimctorTooManyWaiters | mscorlib.ManualResetEventSlim_ctor_TooManyWaiters | There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported. | System.InvalidOperationException |
0xA345044A | 0x80131622 | ManualResetEventSlimDisposed | mscorlib.ManualResetEventSlim_Disposed | The event has been disposed. | System.ObjectDisposedException |
0xA34504BF | 0x80131509 | ParallelForEachNullEnumerator | mscorlib.Parallel_ForEach_NullEnumerator | The Partitioner source returned a null enumerator. | System.InvalidOperationException |
0xA34504C0 | 0x80131509 | ParallelForEachOrderedPartitionerKeysNotNormalized | mscorlib.Parallel_ForEach_OrderedPartitionerKeysNotNormalized | This method requires the use of an OrderedPartitioner with the KeysNormalized property set to true. | System.InvalidOperationException |
0xA34504C1 | 0x80131509 | ParallelForEachPartitionerNotDynamic | mscorlib.Parallel_ForEach_PartitionerNotDynamic | The Partitioner used here must support dynamic partitioning. | System.InvalidOperationException |
0xA34504C2 | 0x80131509 | ParallelForEachPartitionerReturnedNull | mscorlib.Parallel_ForEach_PartitionerReturnedNull | The Partitioner used here returned a null partitioner source. | System.InvalidOperationException |
0xA34504C3 | 0x80070057 | ParallelInvokeActionNull | mscorlib.Parallel_Invoke_ActionNull | One of the actions was null. | System.ArgumentException |
0xA34504C4 | 0x80131509 | ParallelStateBreakInvalidOperationExceptionBreakAfterStop | mscorlib.ParallelState_Break_InvalidOperationException_BreakAfterStop | Break was called after Stop was called. | System.InvalidOperationException |
0xA34504C5 | 0x80131515 | ParallelStateNotSupportedExceptionUnsupportedMethod | mscorlib.ParallelState_NotSupportedException_UnsupportedMethod | This method is not supported. | System.NotSupportedException |
0xA34504C6 | 0x80131509 | ParallelStateStopInvalidOperationExceptionStopAfterBreak | mscorlib.ParallelState_Stop_InvalidOperationException_StopAfterBreak | Stop was called after Break was called. | System.InvalidOperationException |
0xA345056C | 0x80131502 | SemaphoreSlimctorInitialCountWrong | mscorlib.SemaphoreSlim_ctor_InitialCountWrong | The initialCount argument must be non-negative and less than or equal to the maximumCount. | System.ArgumentOutOfRangeException |
0xA345056D | 0x80131502 | SemaphoreSlimctorMaxCountWrong | mscorlib.SemaphoreSlim_ctor_MaxCountWrong | The maximumCount argument must be a positive number. If a maximum is not required, use the constructor without a maxCount parameter. | System.ArgumentOutOfRangeException |
0xA345056E | 0x80131622 | SemaphoreSlimDisposed | mscorlib.SemaphoreSlim_Disposed | The semaphore has been disposed. | System.ObjectDisposedException |
0xA345056F | 0x80131502 | SemaphoreSlimReleaseCountWrong | mscorlib.SemaphoreSlim_Release_CountWrong | The releaseCount argument must be greater than zero. | System.ArgumentOutOfRangeException |
0xA3450570 | 0x80131502 | SemaphoreSlimWaitTimeoutWrong | mscorlib.SemaphoreSlim_Wait_TimeoutWrong | The timeout must represent a value between -1 and Int32.MaxValue, inclusive. | System.ArgumentOutOfRangeException |
0xA34505CB | 0x80131509 | SpinLockIsHeldByCurrentThread | mscorlib.SpinLock_IsHeldByCurrentThread | Thread tracking is disabled. | System.InvalidOperationException |
0xA34505CC | 0x80131502 | SpinLockTryEnterArgumentOutOfRange | mscorlib.SpinLock_TryEnter_ArgumentOutOfRange | The timeout must be a value between -1 and Int32.MaxValue, inclusive. | System.ArgumentOutOfRangeException |
0xA34505CD | 0x80131500 | SpinLockTryEnterLockRecursionException | mscorlib.SpinLock_TryEnter_LockRecursionException | The calling thread already holds the lock. | System.Threading.LockRecursionException |
0xA34505CE | 0x80004003 | SpinWaitSpinUntilArgumentNull | mscorlib.SpinWait_SpinUntil_ArgumentNull | The condition argument is null. | System.ArgumentNullException |
0xA34505CF | 0x80131502 | SpinWaitSpinUntilTimeoutWrong | mscorlib.SpinWait_SpinUntil_TimeoutWrong | The timeout must represent a value between -1 and Int32.MaxValue, inclusive. | System.ArgumentOutOfRangeException |
0xA34505F4 | 0x80131501 | ThreadingSemaphoreFullException | mscorlib.Threading_SemaphoreFullException | Adding the specified count to the semaphore would cause it to exceed its maximum count. | System.Threading.SemaphoreFullException |
0xA34505F5 | 0x8013152D | ThreadingAbandonedMutexException | mscorlib.Threading.AbandonedMutexException | The wait completed due to an abandoned mutex. | System.Threading.AbandonedMutexException |
0xA34505F6 | 0x8013152C | ThreadingWaitHandleCannotBeOpenedException | mscorlib.Threading.WaitHandleCannotBeOpenedException | No handle of the given name exists. | System.Threading.WaitHandleCannotBeOpenedException |
0xA34505F7 | 0x8013152C | ThreadingWaitHandleCannotBeOpenedExceptionInvalidHandle | mscorlib.Threading.WaitHandleCannotBeOpenedException_InvalidHandle | A WaitHandle with system-wide name '{0}' cannot be created. A WaitHandle of a different type might have the same name. | System.Threading.WaitHandleCannotBeOpenedException |
0xA34505F8 | 0x80131509 | ThreadingWaitHandleTooManyPosts | mscorlib.Threading.WaitHandleTooManyPosts | The WaitHandle cannot be signaled because it would exceed its maximum count. | System.InvalidOperationException |
0xA34505F9 | 0x80131622 | ThreadLocalDisposed | mscorlib.ThreadLocal_Disposed | The ThreadLocal object has been disposed. | System.ObjectDisposedException |
0xA34505FA | 0x80131509 | ThreadLocalValueRecursiveCallsToValue | mscorlib.ThreadLocal_Value_RecursiveCallsToValue | ValueFactory attempted to access the Value property of this instance. | System.InvalidOperationException |
0xA34505FB | 0x80131509 | ThreadLocalValuesNotAvailable | mscorlib.ThreadLocal_ValuesNotAvailable | The ThreadLocal object is not tracking values. To use the Values property, use a ThreadLocal constructor that accepts the trackAllValues parameter and set the parameter to true. | System.InvalidOperationException |
0xA34505FC | 0x80131520 | ThreadStateNoAbortRequested | mscorlib.ThreadState_NoAbortRequested | Unable to reset abort because no abort was requested. | System.Threading.ThreadStateException |
0xA3450769 | AwaitableAwaiterInstanceNotInitialized | mscorlib.AwaitableAwaiter_InstanceNotInitialized | The awaitable or awaiter was not properly initialized. | ||
0xA34506E6 | NotSupportedSignalAndWaitSTAThread | mscorlib.NotSupported_SignalAndWaitSTAThread | SignalAndWait on a STA thread is not supported. | ||
0xA34506E5 | NotSupportedWaitAllSTAThread | mscorlib.NotSupported_WaitAllSTAThread | WaitAll for multiple handles on a STA thread is not supported. | ||
0xA3450765 | SynchronizationLockException2 | mscorlib.SpinLock_Exit_SynchronizationLockException | The calling thread does not hold the lock. | ||
0xA3450764 | SpinLockTryReliableEnterArgumentException | mscorlib.SpinLock_TryReliableEnter_ArgumentException | The tookLock argument must be set to false before calling this method. | ||
0xA3450768 | BarrierPhaseFinished | mscorlib.event_Barrier_PhaseFinished | Barrier finishing phase {1}. | ||
0xA3450773 | ParallelFork | mscorlib.event_ParallelFork | Task {1} entering fork/join {2}. | ||
0xA3450771 | ParallelInvokeBegin | mscorlib.event_ParallelInvokeBegin | Beginning ParallelInvoke {2} from Task {1} for {4} actions. | ||
0xA3450772 | ParallelInvokeEnd | mscorlib.event_ParallelInvokeEnd | Ending ParallelInvoke {2}. | ||
0xA3450774 | ParallelJoin | mscorlib.event_ParallelJoin | Task {1} leaving fork/join {2}. | ||
0xA345076F | ParallelLoopBegin | mscorlib.event_ParallelLoopBegin | Beginning {3} loop {2} from Task {1}. | ||
0xA3450770 | ParallelLoopEnd | mscorlib.event_ParallelLoopEnd | Ending loop {2} after {3} iterations. | ||
0xA3450766 | SpinLockFastPathFailed | mscorlib.event_SpinLock_FastPathFailed | SpinLock beginning to spin. | ||
0xA3450767 | SpinWaitNextSpinWillYield | mscorlib.event_SpinWait_NextSpinWillYield | Next spin will yield. |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/