CollectionsMessages
CollectionsMessages.Instance (SystemMessages.Collections) contains message descriptions scraped from mscorlib.dll for System.Collections.*.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA3450086 | 0x80131577 | KeyNotFound | mscorlib.Arg_KeyNotFound | The given key was not present in the dictionary. | System.Collections.Generic.KeyNotFoundException |
0xA34502EC | 0x80131515 | ConcurrentCollectionSyncRootNotSupported | mscorlib.ConcurrentCollection_SyncRoot_NotSupported | The SyncRoot property may not be used for the synchronization of concurrent collections. | System.NotSupportedException |
0xA34502ED | 0x80070057 | ConcurrentDictionaryArrayIncorrectType | mscorlib.ConcurrentDictionary_ArrayIncorrectType | The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array. | System.ArgumentException |
0xA34502EE | 0x80070057 | ConcurrentDictionaryArrayNotLargeEnough | mscorlib.ConcurrentDictionary_ArrayNotLargeEnough | The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array. | System.ArgumentException |
0xA34502EF | 0x80131502 | ConcurrentDictionaryCapacityMustNotBeNegative | mscorlib.ConcurrentDictionary_CapacityMustNotBeNegative | The capacity argument must be greater than or equal to zero. | System.ArgumentOutOfRangeException |
0xA34502F0 | 0x80131502 | ConcurrentDictionaryConcurrencyLevelMustBePositive | mscorlib.ConcurrentDictionary_ConcurrencyLevelMustBePositive | The concurrencyLevel argument must be positive. | System.ArgumentOutOfRangeException |
0xA34502F1 | 0x80131502 | ConcurrentDictionaryIndexIsNegative | mscorlib.ConcurrentDictionary_IndexIsNegative | The index argument is less than zero. | System.ArgumentOutOfRangeException |
0xA34502F2 | 0x80004003 | ConcurrentDictionaryItemKeyIsNull | mscorlib.ConcurrentDictionary_ItemKeyIsNull | TKey is a reference type and item.Key is null. | System.ArgumentNullException |
0xA34502F3 | 0x80070057 | ConcurrentDictionaryKeyAlreadyExisted | mscorlib.ConcurrentDictionary_KeyAlreadyExisted | The key already existed in the dictionary. | System.ArgumentException |
0xA34502F4 | 0x80070057 | ConcurrentDictionarySourceContainsDuplicateKeys | mscorlib.ConcurrentDictionary_SourceContainsDuplicateKeys | The source argument contains duplicate keys. | System.ArgumentException |
0xA34502F5 | 0x80070057 | ConcurrentDictionaryTypeOfKeyIncorrect | mscorlib.ConcurrentDictionary_TypeOfKeyIncorrect | The key was of an incorrect type for this dictionary. | System.ArgumentException |
0xA34502F6 | 0x80070057 | ConcurrentDictionaryTypeOfValueIncorrect | mscorlib.ConcurrentDictionary_TypeOfValueIncorrect | The value was of an incorrect type for this dictionary. | System.ArgumentException |
0xA34502F7 | 0x80131502 | ConcurrentStackPushPopRangeCountOutOfRange | mscorlib.ConcurrentStack_PushPopRange_CountOutOfRange | The count argument must be greater than or equal to zero. | System.ArgumentOutOfRangeException |
0xA34502F8 | 0x80070057 | ConcurrentStackPushPopRangeInvalidCount | mscorlib.ConcurrentStack_PushPopRange_InvalidCount | The sum of the startIndex and count arguments must be less than or equal to the collection's Count. | System.ArgumentException |
0xA34502F9 | 0x80131502 | ConcurrentStackPushPopRangeStartOutOfRange | mscorlib.ConcurrentStack_PushPopRange_StartOutOfRange | The startIndex argument must be greater than or equal to zero. | System.ArgumentOutOfRangeException |
0xA34504AE | 0x80131509 | GetPartitionsWrongNumberOfPartitions | mscorlib.OrderablePartitioner_GetPartitions_WrongNumberOfPartitions | GetPartitions returned an incorrect number of partitions. | System.InvalidOperationException |
0xA34504C7 | 0x80131515 | DynamicPartitionsNotSupported | mscorlib.Partitioner_DynamicPartitionsNotSupported | Dynamic partitions are not supported by this partitioner. | System.NotSupportedException |
0xA34504C8 | 0x80131622 | CanNotCallGetEnumeratorAfterSourceHasBeenDisposed | mscorlib.PartitionerStatic_CanNotCallGetEnumeratorAfterSourceHasBeenDisposed | Can not call GetEnumerator on partitions after the source enumerable is disposed | System.ObjectDisposedException |
0xA34504C9 | 0x80131509 | CurrentCalledBeforeMoveNext | mscorlib.PartitionerStatic_CurrentCalledBeforeMoveNext | MoveNext must be called at least once before calling Current. | System.InvalidOperationException |
0xA345075B | ConcurrentStackQueueOnDeserializationNoData | mscorlib.ConcurrentStackQueue_OnDeserialization_NoData | The serialization stream contains no elements. | ||
0xA3450760 | ConcurrentBagTryPeekSteals | mscorlib.event_ConcurrentBag_TryPeekSteals | ConcurrentBag stealing in TryPeek. | ||
0xA345075F | ConcurrentBagTryTakeSteals | mscorlib.event_ConcurrentBag_TryTakeSteals | ConcurrentBag stealing in TryTake. | ||
0xA345075E | ConcurrentDictionaryAcquiringAllLocks | mscorlib.event_ConcurrentDictionary_AcquiringAllLocks | ConcurrentDictionary acquiring all locks on {0} bucket(s). | ||
0xA345075D | ConcurrentStackFastPopFailed | mscorlib.event_ConcurrentStack_FastPopFailed | Pop from ConcurrentStack spun {0} time(s). | ||
0xA345075C | ConcurrentStackFastPushFailed | mscorlib.event_ConcurrentStack_FastPushFailed | Push to ConcurrentStack spun {0} time(s). |
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. ======================================================================*/