[corlib][System] Concurrent collections from corefx
[mono.git] / mcs / class / System / corefx / SR.cs
1 //
2 // This file was generated by resx2sr tool
3 //
4
5 partial class SR
6 {
7         public const string BlockingCollection_Add_ConcurrentCompleteAdd = "CompleteAdding may not be used concurrently with additions to the collection.";
8         public const string BlockingCollection_Add_Failed = "The underlying collection didn't accept the item.";
9         public const string BlockingCollection_CantAddAnyWhenCompleted = "At least one of the specified collections is marked as complete with regards to additions.";
10         public const string BlockingCollection_CantTakeAnyWhenAllDone = "All collections are marked as complete with regards to additions.";
11         public const string BlockingCollection_CantTakeWhenDone = "The collection argument is empty and has been marked as complete with regards to additions.";
12         public const string BlockingCollection_Completed = "The collection has been marked as complete with regards to additions.";
13         public const string BlockingCollection_CopyTo_IncorrectType = "The array argument is of the incorrect type.";
14         public const string BlockingCollection_CopyTo_MultiDim = "The array argument is multidimensional.";
15         public const string BlockingCollection_CopyTo_NonNegative = "The index argument must be greater than or equal zero.";
16         public const string Collection_CopyTo_TooManyElems = "The number of elements in the collection is greater than the available space from index to the end of the destination array.";
17         public const string BlockingCollection_ctor_BoundedCapacityRange = "The boundedCapacity argument must be positive.";
18         public const string BlockingCollection_ctor_CountMoreThanCapacity = "The collection argument contains more items than are allowed by the boundedCapacity.";
19         public const string BlockingCollection_Disposed = "The collection has been disposed.";
20         public const string BlockingCollection_Take_CollectionModified = "The underlying collection was modified from outside of the BlockingCollection<T>.";
21         public const string BlockingCollection_TimeoutInvalid = "The specified timeout must represent a value between -1 and {0}, inclusive.";
22         public const string BlockingCollection_ValidateCollectionsArray_DispElems = "The collections argument contains at least one disposed element.";
23         public const string BlockingCollection_ValidateCollectionsArray_LargeSize = "The collections length is greater than the supported range for 32 bit machine.";
24         public const string BlockingCollection_ValidateCollectionsArray_NullElems = "The collections argument contains at least one null element.";
25         public const string BlockingCollection_ValidateCollectionsArray_ZeroSize = "The collections argument is a zero-length array.";
26         public const string Common_OperationCanceled = "The operation was canceled.";
27         public const string ConcurrentBag_Ctor_ArgumentNullException = "The collection argument is null.";
28         public const string ConcurrentBag_CopyTo_ArgumentNullException = "The array argument is null.";
29         public const string Collection_CopyTo_ArgumentOutOfRangeException = "The index argument must be greater than or equal zero.";
30         public const string ConcurrentCollection_SyncRoot_NotSupported = "The SyncRoot property may not be used for the synchronization of concurrent collections.";
31         public const string ConcurrentDictionary_ArrayIncorrectType = "The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array.";
32         public const string ConcurrentDictionary_SourceContainsDuplicateKeys = "The source argument contains duplicate keys.";
33         public const string ConcurrentDictionary_ConcurrencyLevelMustBePositive = "The concurrencyLevel argument must be positive.";
34         public const string ConcurrentDictionary_CapacityMustNotBeNegative = "The capacity argument must be greater than or equal to zero.";
35         public const string ConcurrentDictionary_IndexIsNegative = "The index argument is less than zero.";
36         public const string 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.";
37         public const string ConcurrentDictionary_KeyAlreadyExisted = "The key already existed in the dictionary.";
38         public const string ConcurrentDictionary_ItemKeyIsNull = "TKey is a reference type and item.Key is null.";
39         public const string ConcurrentDictionary_TypeOfKeyIncorrect = "The key was of an incorrect type for this dictionary.";
40         public const string ConcurrentDictionary_TypeOfValueIncorrect = "The value was of an incorrect type for this dictionary.";
41         public const string ConcurrentStack_PushPopRange_CountOutOfRange = "The count argument must be greater than or equal to zero.";
42         public const string ConcurrentStack_PushPopRange_InvalidCount = "The sum of the startIndex and count arguments must be less than or equal to the collection's Count.";
43         public const string ConcurrentStack_PushPopRange_StartOutOfRange = "The startIndex argument must be greater than or equal to zero.";
44         public const string Partitioner_DynamicPartitionsNotSupported = "Dynamic partitions are not supported by this partitioner.";
45         public const string PartitionerStatic_CanNotCallGetEnumeratorAfterSourceHasBeenDisposed = "Can not call GetEnumerator on partitions after the source enumerable is disposed";
46         public const string PartitionerStatic_CurrentCalledBeforeMoveNext = "MoveNext must be called at least once before calling Current.";
47         public const string ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished = "Enumeration has either not started or has already finished.";
48 }