System.Text.RegularExpressions from CoreFX (#7363)
[mono-project.git] / mcs / class / System / corefx / SR.cs
blob257551aec93543d717ac2b94c9980de0bc4135ed
1 //
2 // This file was generated by resx2sr tool
3 //
5 partial class SR
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 public const string Arg_KeyNotFoundWithKey = "The given key '{0}' was not present in the dictionary.";
49 public const string IO_FileExists_Name = "The file '{0}' already exists.";
50 public const string IO_FileName_Name = "File name: '{0}'";
51 public const string IO_FileNotFound = "Unable to find the specified file.";
52 public const string IO_FileNotFound_FileName = "Could not load file or assembly '{0}'. The system cannot find the file specified.";
53 public const string IO_FileLoad = "Could not load the specified file.";
54 public const string IO_NoPermissionToDirectoryName = "<Path discovery permission to the specified directory was denied.%gt;";
55 public const string IO_PathNotFound_NoPathName = "Could not find a part of the path.";
56 public const string IO_PathNotFound_Path = "Could not find a part of the path '{0}'.";
57 public const string IO_AlreadyExists_Name = "Cannot create '{0}' because a file or directory with the same name already exists.";
58 public const string Lazy_CreateValue_NoParameterlessCtorForT = "The lazily-initialized type does not have a public, parameterless constructor.";
59 public const string Lazy_ctor_ModeInvalid = "The mode argument specifies an invalid value.";
60 public const string Lazy_StaticInit_InvalidOperation = "ValueFactory returned null.";
61 public const string Lazy_ToString_ValueNotCreated = "Value is not created.";
62 public const string Lazy_Value_RecursiveCallsToValue = "ValueFactory attempted to access the Value property of this instance.";
63 public const string MissingConstructor_Name = "Constructor on type '{0}' not found.";
64 public const string MustUseCCRewrite = "An assembly (probably '{1}') must be rewritten using the code contracts binary rewriter (CCRewrite) because it is calling Contract.{0} and the CONTRACTS_FULL symbol is defined. Remove any explicit definitions of the CONTRACTS_FULL symbol from your project and rebuild. CCRewrite can be downloaded from http://go.microsoft.com/fwlink/?LinkID=169180. \\r\\nAfter the rewriter is installed, it can be enabled in Visual Studio from the project's Properties page on the Code Contracts pane. Ensure that 'Perform Runtime Contract Checking' is enabled, which will define CONTRACTS_FULL.";
65 public const string ObjectDisposed_Generic = "Cannot access a disposed object.";
66 public const string ObjectDisposed_ObjectName_Name = "Object name: '{0}'.";
68 public const string PlatformNotSupported_MakePointerType = "MakePointerType() is not supported on this platform.";
69 public const string Rank_MultiDimNotSupported = "Only single dimension arrays are supported here.";
70 public const string RuntimeWrappedException = "An object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException.";
71 public const string SpinWait_SpinUntil_ArgumentNull = "The condition argument is null.";
72 public const string Serialization_CorruptField = "The value of the field '{0}' is invalid. The serialized data is corrupt.";
73 public const string Serialization_InvalidData = "An error occurred while deserializing the object. The serialized data is corrupt.";
74 public const string Serialization_InvalidEscapeSequence = "The serialized data contained an invalid escape sequence '\\\\{0}'.";
75 public const string SpinWait_SpinUntil_TimeoutWrong = "The timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
76 public const string Threading_AbandonedMutexException = "The wait completed due to an abandoned mutex.";
77 public const string Threading_SemaphoreFullException = "Adding the specified count to the semaphore would cause it to exceed its maximum count.";
78 public const string Threading_WaitHandleCannotBeOpenedException = "No handle of the given name exists.";
79 public const string Threading_WaitHandleCannotBeOpenedException_InvalidHandle = "A WaitHandle with system-wide name '{0}' cannot be created. A WaitHandle of a different type might have the same name.";
80 public const string TimeZoneNotFound_MissingRegistryData = "The time zone ID '{0}' was not found on the local computer.";
81 public const string TypeInitialization_Default = "Type constructor threw an exception.";
82 public const string TypeInitialization_Type = "The type initializer for '{0}' threw an exception.";
83 public const string TypeInitialization_Type_NoTypeAvailable = "A type initializer threw an exception. To determine which type, inspect the InnerException's StackTrace property.";
84 public const string Verification_Exception = "Operation could destabilize the runtime.";
85 public const string Arg_EnumFormatUnderlyingTypeAndObjectMustBeSameType = "Enum underlying type and the object must be same type or object. Type passed in was '{0}'; the enum underlying type was '{1}'.";
86 public const string Format_InvalidEnumFormatSpecification = "Format String can be only 'G', 'g', 'X', 'x', 'F', 'f', 'D' or 'd'.";
87 public const string Arg_MustBeEnumBaseTypeOrEnum = "The value passed in must be an enum base or an underlying type for an enum, such as an Int32.";
88 public const string Arg_EnumUnderlyingTypeAndObjectMustBeSameType = "Enum underlying type and the object must be same type or object must be a String. Type passed in was '{0}'; the enum underlying type was '{1}'.";
89 public const string Arg_MustBeType = "Type must be a type provided by the runtime.";
90 public const string Arg_MustContainEnumInfo = "Must specify valid information for parsing in the string.";
91 public const string Arg_EnumValueNotFound = "Requested value '{0}' was not found.";
92 public const string Argument_StringZeroLength = "String cannot be of zero length.";
93 public const string Argument_StringFirstCharIsZero = "The first char in the string is the null character.";
94 public const string Argument_LongEnvVarValue = "Environment variable name or value is too long.";
95 public const string Argument_IllegalEnvVarName = "Environment variable name cannot contain equal character.";
96 public const string AssumptionFailed = "Assumption failed.";
97 public const string AssumptionFailed_Cnd = "Assumption failed: {0}";
98 public const string AssertionFailed = "Assertion failed.";
99 public const string AssertionFailed_Cnd = "Assertion failed: {0}";
100 public const string Debug_Fail = "Fail: {0}";
101 public const string PreconditionFailed = "Precondition failed.";
102 public const string PreconditionFailed_Cnd = "Precondition failed: {0}";
103 public const string PostconditionFailed = "Postcondition failed.";
104 public const string PostconditionFailed_Cnd = "Postcondition failed: {0}";
105 public const string PostconditionOnExceptionFailed = "Postcondition failed after throwing an exception.";
106 public const string PostconditionOnExceptionFailed_Cnd = "Postcondition failed after throwing an exception: {0}";
107 public const string InvariantFailed = "Invariant failed.";
108 public const string InvariantFailed_Cnd = "Invariant failed: {0}";
109 public const string MissingEncodingNameResource = "Could not find a resource entry for the encoding codepage '{0} - {1}'";
110 public const string Globalization_cp_1200 = "Unicode";
111 public const string Globalization_cp_1201 = "Unicode (Big-Endian)";
112 public const string Globalization_cp_12000 = "Unicode (UTF-32)";
113 public const string Globalization_cp_12001 = "Unicode (UTF-32 Big-Endian)";
114 public const string Globalization_cp_20127 = "US-ASCII";
115 public const string Globalization_cp_28591 = "Western European (ISO)";
116 public const string Globalization_cp_65000 = "Unicode (UTF-7)";
117 public const string Globalization_cp_65001 = "Unicode (UTF-8)";
118 public const string InvalidCast_Empty = "Object cannot be cast to Empty.";
119 public const string Arg_UnknownTypeCode = "Unknown TypeCode value.";
120 public const string Format_BadDatePattern = "Could not determine the order of year, month, and date from '{0}'.";
121 public const string Format_BadDateTime = "String was not recognized as a valid DateTime.";
122 public const string Format_BadDateTimeCalendar = "The DateTime represented by the string is not supported in calendar {0}.";
123 public const string Format_BadDayOfWeek = "String was not recognized as a valid DateTime because the day of week was incorrect.";
124 public const string Format_DateOutOfRange = "The DateTime represented by the string is out of range.";
125 public const string Format_MissingIncompleteDate = "There must be at least a partial date with a year present in the input.";
126 public const string Format_OffsetOutOfRange = "The time zone offset must be within plus or minus 14 hours.";
127 public const string Format_RepeatDateTimePattern = "DateTime pattern '{0}' appears more than once with different values.";
128 public const string Format_UnknowDateTimeWord = "The string was not recognized as a valid DateTime. There is an unknown word starting at index {0}.";
129 public const string Format_UTCOutOfRange = "The UTC representation of the date falls outside the year range 1-9999.";
130 public const string InvalidOperation_ComputerName = "Computer name could not be obtained.";
131 public const string RFLCT_Ambiguous = "Ambiguous match found.";
132 public const string AggregateException_ctor_DefaultMessage = "One or more errors occurred.";
133 public const string AggregateException_ctor_InnerExceptionNull = "An element of innerExceptions was null.";
134 public const string AggregateException_DeserializationFailure = "The serialization stream contains no inner exceptions.";
135 public const string AggregateException_InnerException = "(Inner Exception #{0}) "; // {entry.Item3}
136 public const string ArgumentOutOfRange_TimeoutTooLarge = "Time-out interval must be less than 2^32-2.";
137 public const string ArgumentOutOfRange_PeriodTooLarge = "Period must be less than 2^32-2.";
138 public const string TaskScheduler_FromCurrentSynchronizationContext_NoCurrent = "The current SynchronizationContext may not be used as a TaskScheduler.";
139 public const string TaskScheduler_ExecuteTask_WrongTaskScheduler = "ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler.";
140 public const string TaskScheduler_InconsistentStateAfterTryExecuteTaskInline = "The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked.";
141 public const string TaskSchedulerException_ctor_DefaultMessage = "An exception was thrown by a TaskScheduler.";
142 public const string Task_MultiTaskContinuation_FireOptions = "It is invalid to exclude specific continuation kinds for continuations off of multiple tasks.";
143 public const string Task_ContinueWith_ESandLR = "The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously. Synchronous continuations should not be long running.";
144 public const string Task_MultiTaskContinuation_EmptyTaskList = "The tasks argument contains no tasks.";
145 public const string Task_MultiTaskContinuation_NullTask = "The tasks argument included a null value.";
146 public const string Task_FromAsync_PreferFairness = "It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync.";
147 public const string Task_FromAsync_LongRunning = "It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync.";
148 public const string AsyncMethodBuilder_InstanceNotInitialized = "The builder was not properly initialized.";
149 public const string TaskT_TransitionToFinal_AlreadyCompleted = "An attempt was made to transition a task to a final state when it had already completed.";
150 public const string TaskT_DebuggerNoResult = "{Not yet computed}";
151 public const string OperationCanceled = "The operation was canceled.";
152 public const string CancellationToken_CreateLinkedToken_TokensIsEmpty = "No tokens were supplied.";
153 public const string CancellationTokenSource_Disposed = "The CancellationTokenSource has been disposed.";
154 public const string CancellationToken_SourceDisposed = "The CancellationTokenSource associated with this CancellationToken has been disposed.";
155 public const string TaskExceptionHolder_UnknownExceptionType = "(Internal)Expected an Exception or an IEnumerable<Exception>";
156 public const string TaskExceptionHolder_UnhandledException = "A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.";
157 public const string Task_Delay_InvalidMillisecondsDelay = "The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer.";
158 public const string Task_Delay_InvalidDelay = "The value needs to translate in milliseconds to -1 (signifying an infinite timeout), 0 or a positive integer less than or equal to Int32.MaxValue.";
159 public const string Task_WaitMulti_NullTask = "The tasks array included at least one null element.";
160 public const string Task_ContinueWith_NotOnAnything = "The specified TaskContinuationOptions excluded all continuation kinds.";
161 public const string Task_RunSynchronously_AlreadyStarted = "RunSynchronously may not be called on a task that was already started.";
162 public const string Task_ThrowIfDisposed = "The task has been disposed.";
163 public const string Task_RunSynchronously_TaskCompleted = "RunSynchronously may not be called on a task that has already completed.";
164 public const string Task_RunSynchronously_Promise = "RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method.";
165 public const string Task_RunSynchronously_Continuation = "RunSynchronously may not be called on a continuation task.";
166 public const string Task_Start_AlreadyStarted = "Start may not be called on a task that was already started.";
167 public const string Task_Start_ContinuationTask = "Start may not be called on a continuation task.";
168 public const string Task_Start_Promise = "Start may not be called on a promise-style task.";
169 public const string Task_Start_TaskCompleted = "Start may not be called on a task that has completed.";
170 public const string TaskCanceledException_ctor_DefaultMessage = "A task was canceled.";
171 public const string TaskCompletionSourceT_TrySetException_NoExceptions = "The exceptions collection was empty.";
172 public const string TaskCompletionSourceT_TrySetException_NullException = "The exceptions collection included at least one null element.";
173 public const string Argument_MinMaxValue = "'{0}' cannot be greater than {1}.";
174 public const string InvalidOperation_NullContext = "Cannot call Set on a null context";
175 public const string ExecutionContext_ExceptionInAsyncLocalNotification = "An exception was not handled in an AsyncLocal<T> notification callback.";
176 public const string InvalidOperation_WrongAsyncResultOrEndCalledMultiple = "Either the IAsyncResult object did not come from the corresponding async method on this type, or the End method was called multiple times with the same IAsyncResult.";
177 public const string SpinLock_IsHeldByCurrentThread = "Thread tracking is disabled.";
178 public const string SpinLock_TryEnter_LockRecursionException = "The calling thread already holds the lock.";
179 public const string SpinLock_Exit_SynchronizationLockException = "The calling thread does not hold the lock.";
180 public const string SpinLock_TryReliableEnter_ArgumentException = "The tookLock argument must be set to false before calling this method.";
181 public const string SpinLock_TryEnter_ArgumentOutOfRange = "The timeout must be a value between -1 and Int32.MaxValue, inclusive.";
182 public const string ManualResetEventSlim_Disposed = "The event has been disposed.";
183 public const string ManualResetEventSlim_ctor_SpinCountOutOfRange = "The spinCount argument must be in the range 0 to {0}, inclusive.";
184 public const string ManualResetEventSlim_ctor_TooManyWaiters = "There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported.";
185 public const string InvalidOperation_SendNotSupportedOnWindowsRTSynchronizationContext = "Send is not supported in the Windows Runtime SynchronizationContext";
186 public const string SemaphoreSlim_Disposed = "The semaphore has been disposed.";
187 public const string SemaphoreSlim_Release_CountWrong = "The releaseCount argument must be greater than zero.";
188 public const string SemaphoreSlim_Wait_TimeoutWrong = "The timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
189 public const string SemaphoreSlim_ctor_MaxCountWrong = "The maximumCount argument must be a positive number. If a maximum is not required, use the constructor without a maxCount parameter.";
190 public const string SemaphoreSlim_ctor_InitialCountWrong = "The initialCount argument must be non-negative and less than or equal to the maximumCount.";
191 public const string 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.";
192 public const string ThreadLocal_Value_RecursiveCallsToValue = "ValueFactory attempted to access the Value property of this instance.";
193 public const string ThreadLocal_Disposed = "The ThreadLocal object has been disposed.";
194 public const string LockRecursionException_WriteAfterReadNotAllowed = "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.";
195 public const string LockRecursionException_RecursiveWriteNotAllowed = "Recursive write lock acquisitions not allowed in this mode.";
196 public const string LockRecursionException_ReadAfterWriteNotAllowed = "A read lock may not be acquired with the write lock held in this mode.";
197 public const string LockRecursionException_RecursiveUpgradeNotAllowed = "Recursive upgradeable lock acquisitions not allowed in this mode.";
198 public const string LockRecursionException_RecursiveReadNotAllowed = "Recursive read lock acquisitions not allowed in this mode.";
199 public const string SynchronizationLockException_IncorrectDispose = "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.";
200 public const string SynchronizationLockException_MisMatchedWrite = "The write lock is being released without being held.";
201 public const string LockRecursionException_UpgradeAfterReadNotAllowed = "Upgradeable lock may not be acquired with read lock held.";
202 public const string LockRecursionException_UpgradeAfterWriteNotAllowed = "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.";
203 public const string SynchronizationLockException_MisMatchedUpgrade = "The upgradeable lock is being released without being held.";
204 public const string SynchronizationLockException_MisMatchedRead = "The read lock is being released without being held.";
205 public const string InvalidOperation_TimeoutsNotSupported = "Timeouts are not supported on this stream.";
206 public const string NotSupported_SubclassOverride = "Derived classes must provide an implementation.";
207 public const string InvalidOperation_NoPublicRemoveMethod = "Cannot remove the event handler since no public remove method exists for the event.";
208 public const string InvalidOperation_NoPublicAddMethod = "Cannot add the event handler since no public add method exists for the event.";
209 public const string SerializationException = "Serialization error.";
210 public const string Serialization_NotFound = "Member '{0}' was not found.";
211 public const string Serialization_OptionalFieldVersionValue = "Version value must be positive.";
212 public const string Serialization_SameNameTwice = "Cannot add the same member twice to a SerializationInfo object.";
213 public const string NotSupported_AbstractNonCLS = "This non-CLS method is not implemented.";
214 public const string NotSupported_NoTypeInfo = "Cannot resolve {0} to a TypeInfo object.";
215 public const string ReflectionTypeLoad_LoadFailed = "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.";
216 public const string Arg_CustomAttributeFormatException = "Binary format of the specified custom attribute was invalid.";
217 public const string Argument_InvalidMemberForNamedArgument = "The member must be either a field or a property.";
218 public const string Arg_InvalidFilterCriteriaException = "Specified filter criteria was invalid.";
219 public const string Arg_ParmArraySize = "Must specify one or more parameters.";
220 public const string Arg_MustBePointer = "Type must be a Pointer.";
221 public const string Arg_InvalidHandle = "Invalid handle.";
222 public const string Argument_InvalidEnum = "The Enum type should contain one and only one instance field.";
223 public const string Argument_MustHaveAttributeBaseClass = "Type passed in must be derived from System.Attribute or System.Attribute itself.";
224 public const string InvalidFilterCriteriaException_CritString = "A String must be provided for the filter criteria.";
225 public const string InvalidFilterCriteriaException_CritInt = "An Int32 must be provided for the filter criteria.";
226 public const string InvalidOperation_NotSupportedOnWinRTEvent = "Adding or removing event handlers dynamically is not supported on WinRT events.";
227 public const string PlatformNotSupported_ReflectionOnly = "ReflectionOnly loading is not supported on this platform.";
228 public const string MissingMember_Name = "Member '{0}' not found.";
229 public const string MissingMethod_Name = "Method '{0}' not found.";
230 public const string MissingField_Name = "Field '{0}' not found.";
231 public const string Format_StringZeroLength = "String cannot have zero length.";
232 public const string Security_CannotReadRegistryData = "The time zone ID '{0}' was found on the local computer, but the application does not have permission to read the registry information.";
233 public const string Security_InvalidAssemblyPublicKey = "Invalid assembly public key.";
234 public const string Security_RegistryPermission = "Requested registry access is not allowed.";
235 public const string ClassLoad_General = "Could not load type '{0}' from assembly '{1}'.";
236 public const string ClassLoad_RankTooLarge = "'{0}' from assembly '{1}' has too many dimensions.";
237 public const string ClassLoad_ExplicitGeneric = "Could not load type '{0}' from assembly '{1}' because generic types cannot have explicit layout.";
238 public const string ClassLoad_BadFormat = "Could not load type '{0}' from assembly '{1}' because the format is invalid.";
239 public const string ClassLoad_ValueClassTooLarge = "Array of type '{0}' from assembly '{1}' cannot be created because base value type is too large.";
240 public const string ClassLoad_ExplicitLayout = "Could not load type '{0}' from assembly '{1}' because it contains an object field at offset '{2}' that is incorrectly aligned or overlapped by a non-object field.";
241 public const string EE_MissingMethod = "Method not found: '{0}'.";
242 public const string EE_MissingField = "Field not found: '{0}'.";
243 public const string UnauthorizedAccess_RegistryKeyGeneric_Key = "Access to the registry key '{0}' is denied.";
244 public const string UnknownError_Num = "Unknown error '{0}'.";
245 public const string Argument_NeedNonGenericType = "The specified Type must not be a generic type definition.";
246 public const string Argument_NeedStructWithNoRefs = "The specified Type must be a struct containing no references.";
247 public const string ArgumentOutOfRange_AddressSpace = "The number of bytes cannot exceed the virtual address space on a 32 bit machine.";
248 public const string ArgumentOutOfRange_UIntPtrMaxMinusOne = "The length of the buffer must be less than the maximum UIntPtr value for your platform.";
249 public const string Arg_BufferTooSmall = "Not enough space available in the buffer.";
250 public const string InvalidOperation_MustCallInitialize = "You must call Initialize on this object instance before using it.";
251 public const string ArgumentException_BufferNotFromPool = "The buffer is not associated with this pool and may not be returned to it.";
252 public const string Argument_InvalidSafeBufferOffLen = "Offset and length were greater than the size of the SafeBuffer.";
253 public const string Argument_InvalidSeekOrigin = "Invalid seek origin.";
254 public const string Argument_NotEnoughBytesToRead = "There are not enough bytes remaining in the accessor to read at this position.";
255 public const string Argument_NotEnoughBytesToWrite = "There are not enough bytes remaining in the accessor to write at this position.";
256 public const string Argument_OffsetAndCapacityOutOfBounds = "Offset and capacity were greater than the size of the view.";
257 public const string Argument_UnmanagedMemAccessorWrapAround = "The UnmanagedMemoryAccessor capacity and offset would wrap around the high end of the address space.";
258 public const string ArgumentOutOfRange_StreamLength = "Stream length must be non-negative and less than 2^31 - 1 - origin.";
259 public const string ArgumentOutOfRange_UnmanagedMemStreamWrapAround = "The UnmanagedMemoryStream capacity would wrap around the high end of the address space.";
260 public const string InvalidOperation_CalledTwice = "The method cannot be called twice on the same instance.";
261 public const string IO_FixedCapacity = "Unable to expand length of this stream beyond its capacity.";
262 public const string IO_SeekBeforeBegin = "An attempt was made to move the position before the beginning of the stream.";
263 public const string IO_StreamTooLong = "Stream was too long.";
264 public const string Arg_BadDecimal = "Read an invalid decimal value from the buffer.";
265 public const string NotSupported_Reading = "Accessor does not support reading.";
266 public const string NotSupported_UmsSafeBuffer = "This operation is not supported for an UnmanagedMemoryStream created from a SafeBuffer.";
267 public const string NotSupported_Writing = "Accessor does not support writing.";
268 public const string IndexOutOfRange_UMSPosition = "Unmanaged memory stream position was beyond the capacity of the stream.";
269 public const string ObjectDisposed_StreamIsClosed = "Cannot access a closed Stream.";
270 public const string ObjectDisposed_ViewAccessorClosed = "Cannot access a closed accessor.";
271 public const string ArgumentOutOfRange_PositionLessThanCapacityRequired = "The position may not be greater or equal to the capacity of the accessor.";
272 public const string Arg_EndOfStreamException = "Attempted to read past the end of the stream.";
273 public const string ObjectDisposed_FileClosed = "Cannot access a closed file.";
274 public const string Arg_InvalidSearchPattern = "Search pattern cannot contain \\\"..\\\" to move up directories and can be contained only internally in file/directory names, as in \\\"a..b\\\".";
275 public const string ArgumentOutOfRange_FileLengthTooBig = "Specified file length was too large for the file system.";
276 public const string Argument_InvalidHandle = "'handle' has been disposed or is an invalid handle.";
277 public const string Argument_AlreadyBoundOrSyncHandle = "'handle' has already been bound to the thread pool, or was not opened for asynchronous I/O.";
278 public const string Argument_PreAllocatedAlreadyAllocated = "'preAllocated' is already in use.";
279 public const string Argument_NativeOverlappedAlreadyFree = "'overlapped' has already been freed.";
280 public const string Argument_NativeOverlappedWrongBoundHandle = "'overlapped' was not allocated by this ThreadPoolBoundHandle instance.";
281 public const string Arg_HandleNotAsync = "Handle does not support asynchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened synchronously (that is, it was not opened for overlapped I/O).";
282 public const string ArgumentNull_Path = "Path cannot be null.";
283 public const string Argument_EmptyPath = "Empty path name is not legal.";
284 public const string Argument_InvalidFileModeAndAccessCombo = "Combining FileMode: {0} with FileAccess: {1} is invalid.";
285 public const string Argument_InvalidAppendMode = "Append access can be requested only in write-only mode.";
286 public const string IO_UnknownFileName = "[Unknown]";
287 public const string IO_FileStreamHandlePosition = "The OS handle's position is not what FileStream expected. Do not use a handle simultaneously in one FileStream and in Win32 code or another FileStream. This may cause data loss.";
288 public const string NotSupported_FileStreamOnNonFiles = "FileStream was asked to open a device that was not a file. For support for devices like 'com1:' or 'lpt1:', call CreateFile, then use the FileStream constructors that take an OS handle as an IntPtr.";
289 public const string Arg_HandleNotSync = "Handle does not support synchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened asynchronously (that is, it was opened explicitly for overlapped I/O).";
290 public const string IO_SetLengthAppendTruncate = "Unable to truncate data that previously existed in a file opened in Append mode.";
291 public const string IO_SeekAppendOverwrite = "Unable seek backward to overwrite data that previously existed in a file opened in Append mode.";
292 public const string IO_FileTooLongOrHandleNotSync = "IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous IO operations.";
293 public const string EventStream_FailedToStart = "Failed to start the EventStream";
294 public const string InvalidDirName_NotExists = "The directory name '{0}' does not exist.";
295 public const string IOException_INotifyInstanceSystemLimitExceeded = "The system limit on the number of inotify instances has been reached.";
296 public const string IOException_INotifyInstanceUserLimitExceeded_Value = "The configured user limit ({0}) on the number of inotify instances has been reached.";
297 public const string IOException_INotifyInstanceUserLimitExceeded = "The configured user limit on the number of inotify instances has been reached.";
298 public const string IOException_INotifyWatchesUserLimitExceeded = "The configured user limit on the number of inotify watches has been reached.";
299 public const string IOException_INotifyWatchesUserLimitExceeded_Value = "The configured user limit ({0}) on the number of inotify watches has been reached.";
300 public const string Arg_NonZeroLowerBound = "The lower bound of target array must be zero.";
301 public const string Arg_WrongType = "The value '{0}' is not of type '{1}' and cannot be used in this generic collection.";
302 public const string Arg_ArrayPlusOffTooSmall = "Destination array is not long enough to copy all the items in the collection. Check array index and length.";
303 public const string ArgumentOutOfRange_NeedNonNegNum = "Non-negative number required.";
304 public const string ArgumentOutOfRange_SmallCapacity = "capacity was less than the current size.";
305 public const string Argument_InvalidOffLen = "Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.";
306 public const string Argument_AddingDuplicate = "An item with the same key has already been added. Key: {0}";
307 public const string InvalidOperation_EmptyQueue = "Queue empty.";
308 public const string InvalidOperation_EnumOpCantHappen = "Enumeration has either not started or has already finished.";
309 public const string InvalidOperation_EnumFailedVersion = "Collection was modified; enumeration operation may not execute.";
310 public const string InvalidOperation_EmptyStack = "Stack empty.";
311 public const string InvalidOperation_EnumNotStarted = "Enumeration has not started. Call MoveNext.";
312 public const string InvalidOperation_EnumEnded = "Enumeration already finished.";
313 public const string NotSupported_KeyCollectionSet = "Mutating a key collection derived from a dictionary is not allowed.";
314 public const string NotSupported_ValueCollectionSet = "Mutating a value collection derived from a dictionary is not allowed.";
315 public const string Arg_ArrayLengthsDiffer = "Array lengths must be the same.";
316 public const string Arg_BitArrayTypeUnsupported = "Only supported array types for CopyTo on BitArrays are Boolean[], Int32[] and Byte[].";
317 public const string Arg_HSCapacityOverflow = "HashSet capacity is too big.";
318 public const string Arg_HTCapacityOverflow = "Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.";
319 public const string Arg_InsufficientSpace = "Insufficient space in the target location to copy the information.";
320 public const string Arg_RankMultiDimNotSupported = "Only single dimensional arrays are supported for the requested action.";
321 public const string Argument_ArrayTooLarge = "The input array length must not exceed Int32.MaxValue / {0}. Otherwise BitArray.Length would exceed Int32.MaxValue.";
322 public const string Argument_InvalidArrayType = "Target array type is not compatible with the type of items in the collection.";
323 public const string ArgumentOutOfRange_BiggerThanCollection = "Must be less than or equal to the size of the collection.";
324 public const string ArgumentOutOfRange_Index = "Index was out of range. Must be non-negative and less than the size of the collection.";
325 public const string ExternalLinkedListNode = "The LinkedList node does not belong to current LinkedList.";
326 public const string LinkedListEmpty = "The LinkedList is empty.";
327 public const string LinkedListNodeIsAttached = "The LinkedList node already belongs to a LinkedList.";
328 public const string NotSupported_SortedListNestedWrite = "This operation is not supported on SortedList nested types because they require modifying the original SortedList.";
329 public const string SortedSet_LowerValueGreaterThanUpperValue = "Must be less than or equal to upperValue.";
330 public const string Serialization_InvalidOnDeser = "OnDeserialization method was called while the object was not being deserialized.";
331 public const string Serialization_MismatchedCount = "The serialized Count information doesn't match the number of items.";
332 public const string Serialization_MissingKeys = "The keys for this dictionary are missing.";
333 public const string Serialization_MissingValues = "The values for this dictionary are missing.";
334 public const string net_uri_BadAuthority = "Invalid URI: The Authority/Host could not be parsed.";
335 public const string net_uri_BadAuthorityTerminator = "Invalid URI: The Authority/Host cannot end with a backslash character ('\\\\').";
336 public const string net_uri_BadFormat = "Invalid URI: The format of the URI could not be determined.";
337 public const string net_uri_NeedFreshParser = "The URI parser instance passed into 'uriParser' parameter is already registered with the scheme name '{0}'.";
338 public const string net_uri_AlreadyRegistered = "A URI scheme name '{0}' already has a registered custom parser.";
339 public const string net_uri_BadHostName = "Invalid URI: The hostname could not be parsed.";
340 public const string net_uri_BadPort = "Invalid URI: Invalid port specified.";
341 public const string net_uri_BadScheme = "Invalid URI: The URI scheme is not valid.";
342 public const string net_uri_BadString = "Invalid URI: There is an invalid sequence in the string.";
343 public const string net_uri_BadUserPassword = "Invalid URI: The username:password construct is badly formed.";
344 public const string net_uri_CannotCreateRelative = "A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.";
345 public const string net_uri_SchemeLimit = "Invalid URI: The Uri scheme is too long.";
346 public const string net_uri_EmptyUri = "Invalid URI: The URI is empty.";
347 public const string net_uri_InvalidUriKind = "The value '{0}' passed for the UriKind parameter is invalid.";
348 public const string net_uri_MustRootedPath = "Invalid URI: A Dos path must be rooted, for example, 'c:\\\\'.";
349 public const string net_uri_NotAbsolute = "This operation is not supported for a relative URI.";
350 public const string net_uri_PortOutOfRange = "A derived type '{0}' has reported an invalid value for the Uri port '{1}'.";
351 public const string net_uri_SizeLimit = "Invalid URI: The Uri string is too long.";
352 public const string net_uri_UserDrivenParsing = "A derived type '{0}' is responsible for parsing this Uri instance. The base implementation must not be used.";
353 public const string net_uri_NotJustSerialization = "UriComponents.SerializationInfoString must not be combined with other UriComponents.";
354 public const string net_uri_BadUnicodeHostForIdn = "An invalid Unicode character by IDN standards was specified in the host.";
355 public const string Argument_ExtraNotValid = "Extra portion of URI not valid.";
356 public const string Argument_InvalidUriSubcomponent = "The subcomponent, {0}, of this uri is not valid.";
357 public const string IO_EOF_ReadBeyondEOF = "Unable to read beyond the end of the stream.";
358 public const string BaseStream_Invalid_Not_Open = "The BaseStream is only available when the port is open.";
359 public const string PortNameEmpty_String = "The PortName cannot be empty.";
360 public const string Port_not_open = "The port is closed.";
361 public const string Port_already_open = "The port is already open.";
362 public const string Cant_be_set_when_open = "'{0}' cannot be set while the port is open.";
363 public const string Max_Baud = "The maximum baud rate for the device is {0}.";
364 public const string In_Break_State = "The port is in the break state and cannot be written to.";
365 public const string Write_timed_out = "The write timed out.";
366 public const string CantSetRtsWithHandshaking = "RtsEnable cannot be accessed if Handshake is set to RequestToSend or RequestToSendXOnXOff.";
367 public const string NotSupportedEncoding = "SerialPort does not support encoding '{0}'. The supported encodings include ASCIIEncoding, UTF8Encoding, UnicodeEncoding, UTF32Encoding, and most single or double byte code pages. For a complete list please see the documentation.";
368 public const string Arg_InvalidSerialPort = "The given port name does not start with COM/com or does not resolve to a valid serial port.";
369 public const string Arg_InvalidSerialPortExtended = "The given port name is invalid. It may be a valid port, but not a serial port.";
370 public const string ArgumentOutOfRange_Bounds_Lower_Upper = "Argument must be between {0} and {1}.";
371 public const string ArgumentOutOfRange_Enum = "Enum value was out of legal range.";
372 public const string ArgumentOutOfRange_NeedNonNegNumRequired = "Non-negative number required.";
373 public const string ArgumentOutOfRange_NeedPosNum = "Positive number required.";
374 public const string ArgumentOutOfRange_Timeout = "The timeout must be greater than or equal to -1.";
375 public const string ArgumentOutOfRange_WriteTimeout = "The timeout must be either a positive number or -1.";
376 public const string IndexOutOfRange_IORaceCondition = "Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader.";
377 public const string IO_OperationAborted = "The I/O operation has been aborted because of either a thread exit or an application request.";
378 public const string NotSupported_UnseekableStream = "Stream does not support seeking.";
379 public const string ObjectDisposed_StreamClosed = "Can not access a closed Stream.";
380 public const string InvalidNullEmptyArgument = "Argument {0} cannot be null or zero-length.";
381 public const string Arg_WrongAsyncResult = "IAsyncResult object did not come from the corresponding async method on this type.";
382 public const string InvalidOperation_EndReadCalledMultiple = "EndRead can only be called once for each asynchronous operation.";
383 public const string InvalidOperation_EndWriteCalledMultiple = "EndWrite can only be called once for each asynchronous operation.";
384 public const string IO_PortNotFound = "The specified port does not exist.";
385 public const string IO_PortNotFoundFileName = "The port '{0}' does not exist.";
386 public const string UnauthorizedAccess_IODenied_NoPathName = "Access to the port is denied.";
387 public const string IO_PathTooLong = "The specified port name is too long. The port name must be less than 260 characters.";
388 public const string IO_SharingViolation_NoFileName = "The process cannot access the port because it is being used by another process.";
389 public const string IO_SharingViolation_File = "The process cannot access the port '{0}' because it is being used by another process.";
390 public const string UnauthorizedAccess_IODenied_Path = "Access to the port '{0}' is denied.";
391 public const string PlatformNotSupported_IOPorts = "System.IO.Ports is currently only supported on Windows.";
392 public const string PlatformNotSupported_SerialPort_GetPortNames = "Enumeration of serial port names is not supported on the current platform.";
393 public const string IO_PathTooLong_Path = "The specified port name '{0}' is too long. The port name must be less than 260 characters.";
394 public const string net_log_listener_delegate_exception = "Sending 500 response, AuthenticationSchemeSelectorDelegate threw an exception: {0}.";
395 public const string net_log_listener_unsupported_authentication_scheme = "Received a request with an unsupported authentication scheme, Authorization:{0} SupportedSchemes:{1}.";
396 public const string net_log_listener_unmatched_authentication_scheme = "Received a request with an unmatched or no authentication scheme. AuthenticationSchemes:{0}, Authorization:{1}.";
397 public const string net_io_invalidasyncresult = "The IAsyncResult object was not returned from the corresponding asynchronous method on this class.";
398 public const string net_io_invalidendcall = "{0} can only be called once for each asynchronous operation.";
399 public const string net_listener_cannot_set_custom_cbt = "Custom channel bindings are not supported.";
400 public const string net_listener_detach_error = "Can't detach Url group from request queue. Status code: {0}.";
401 public const string net_listener_scheme = "Only Uri prefixes starting with 'http://' or 'https://' are supported.";
402 public const string net_listener_host = "Only Uri prefixes with a valid hostname are supported.";
403 public const string net_listener_not_supported = "The request is not supported.";
404 public const string net_listener_mustcall = "Please call the {0} method before calling this method.";
405 public const string net_listener_slash = "Only Uri prefixes ending in '/' are allowed.";
406 public const string net_listener_already = "Failed to listen on prefix '{0}' because it conflicts with an existing registration on the machine.";
407 public const string net_log_listener_no_cbt_disabled = "No channel binding check because extended protection is disabled.";
408 public const string net_log_listener_no_cbt_http = "No channel binding check for requests without a secure channel.";
409 public const string net_log_listener_no_cbt_trustedproxy = "No channel binding check for the trusted proxy scenario.";
410 public const string net_log_listener_cbt = "Channel binding check enabled.";
411 public const string net_log_listener_no_spn_kerberos = "No explicit service name check because Kerberos authentication already validates the service name.";
412 public const string net_log_listener_no_spn_disabled = "No service name check because extended protection is disabled.";
413 public const string net_log_listener_no_spn_cbt = "No service name check because the channel binding was already checked.";
414 public const string net_log_listener_no_spn_whensupported = "No service name check because the client did not provide a service name and the server was configured for PolicyEnforcement.WhenSupported.";
415 public const string net_log_listener_no_spn_loopback = "No service name check because the authentication was from a client on the local machine.";
416 public const string net_log_listener_spn = "Client provided service name '{0}'.";
417 public const string net_log_listener_spn_passed = "Service name check succeeded.";
418 public const string net_log_listener_spn_failed = "Service name check failed.";
419 public const string net_log_listener_spn_failed_always = "Service name check failed because the client did not provide a service name and the server was configured for PolicyEnforcement.Always.";
420 public const string net_log_listener_spn_failed_empty = "No acceptable service names were configured!";
421 public const string net_log_listener_spn_failed_dump = "Dumping acceptable service names:";
422 public const string net_log_listener_spn_add = "Adding default service name '{0}' from prefix '{1}'.";
423 public const string net_log_listener_spn_not_add = "No default service name added for prefix '{0}'.";
424 public const string net_log_listener_spn_remove = "Removing default service name '{0}' from prefix '{1}'.";
425 public const string net_log_listener_spn_not_remove = "No default service name removed for prefix '{0}'.";
426 public const string net_listener_no_spns = "No service names could be determined from the registered prefixes. Either add prefixes from which default service names can be derived or specify an ExtendedProtectionPolicy object which contains an explicit list of service names.";
427 public const string net_ssp_dont_support_cbt = "The Security Service Providers don't support extended protection. Please install the latest Security Service Providers update.";
428 public const string net_PropertyNotImplementedException = "This property is not implemented by this class.";
429 public const string net_array_too_small = "The target array is too small.";
430 public const string net_listener_mustcompletecall = "The in-progress method {0} must be completed first.";
431 public const string net_listener_invalid_cbt_type = "Querying the {0} Channel Binding is not supported.";
432 public const string net_listener_callinprogress = "Cannot re-call {0} while a previous call is still in progress.";
433 public const string net_log_listener_cant_create_uri = "Can't create Uri from string '{0}://{1}{2}{3}'.";
434 public const string net_log_listener_cant_convert_raw_path = "Can't convert Uri path '{0}' using encoding '{1}'.";
435 public const string net_log_listener_cant_convert_percent_value = "Can't convert percent encoded value '{0}'.";
436 public const string net_log_listener_cant_convert_to_utf8 = "Can't convert string '{0}' into UTF-8 bytes: {1}";
437 public const string net_log_listener_cant_convert_bytes = "Can't convert bytes '{0}' into UTF-16 characters: {1}";
438 public const string net_invalidstatus = "The status code must be exactly three digits.";
439 public const string net_WebHeaderInvalidControlChars = "Specified value has invalid Control characters.";
440 public const string net_rspsubmitted = "This operation cannot be performed after the response has been submitted.";
441 public const string net_nochunkuploadonhttp10 = "Chunked encoding upload is not supported on the HTTP/1.0 protocol.";
442 public const string net_cookie_exists = "Cookie already exists.";
443 public const string net_clsmall = "The Content-Length value must be greater than or equal to zero.";
444 public const string net_wrongversion = "Only HTTP/1.0 and HTTP/1.1 version requests are currently supported.";
445 public const string net_noseek = "This stream does not support seek operations.";
446 public const string net_writeonlystream = "The stream does not support reading.";
447 public const string net_entitytoobig = "Bytes to be written to the stream exceed the Content-Length bytes size specified.";
448 public const string net_io_notenoughbyteswritten = "Cannot close stream until all bytes are written.";
449 public const string net_listener_close_urlgroup_error = "Can't close Url group. Status code: {0}.";
450 public const string net_WebSockets_NativeSendResponseHeaders = "An error occurred when sending the WebSocket HTTP upgrade response during the {0} operation. The HRESULT returned is '{1}'";
451 public const string net_WebSockets_ClientAcceptingNoProtocols = "The WebSocket client did not request any protocols, but server attempted to accept '{0}' protocol(s). ";
452 public const string net_WebSockets_AcceptUnsupportedProtocol = "The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).";
453 public const string net_WebSockets_AcceptNotAWebSocket = "The {0} operation was called on an incoming request that did not specify a '{1}: {2}' header or the {2} header not contain '{3}'. {2} specified by the client was '{4}'.";
454 public const string net_WebSockets_AcceptHeaderNotFound = "The {0} operation was called on an incoming WebSocket request without required '{1}' header. ";
455 public const string net_WebSockets_AcceptUnsupportedWebSocketVersion = "The {0} operation was called on an incoming request with WebSocket version '{1}', expected '{2}'. ";
456 public const string net_WebSockets_InvalidEmptySubProtocol = "Empty string is not a valid subprotocol value. Please use \\\"null\\\" to specify no value.";
457 public const string net_WebSockets_InvalidCharInProtocolString = "The WebSocket protocol '{0}' is invalid because it contains the invalid character '{1}'.";
458 public const string net_WebSockets_ReasonNotNull = "The close status description '{0}' is invalid. When using close status code '{1}' the description must be null.";
459 public const string net_WebSockets_InvalidCloseStatusCode = "The close status code '{0}' is reserved for system use only and cannot be specified when calling this method.";
460 public const string net_WebSockets_InvalidCloseStatusDescription = "The close status description '{0}' is too long. The UTF8-representation of the status description must not be longer than {1} bytes.";
461 public const string net_WebSockets_ArgumentOutOfRange_TooSmall = "The argument must be a value greater than {0}.";
462 public const string net_WebSockets_ArgumentOutOfRange_TooBig = "The value of the '{0}' parameter ({1}) must be less than or equal to {2}.";
463 public const string net_WebSockets_UnsupportedPlatform = "The WebSocket protocol is not supported on this platform.";
464 public const string net_readonlystream = "The stream does not support writing.";
465 public const string net_WebSockets_InvalidState_ClosedOrAborted = "The '{0}' instance cannot be used for communication because it has been transitioned into the '{1}' state.";
466 public const string net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync = "The WebSocket is in an invalid state for this operation. The '{0}' method has already been called before on this instance. Use '{1}' instead to keep being able to receive data but close the output channel.";
467 public const string net_Websockets_AlreadyOneOutstandingOperation = "There is already one outstanding '{0}' call for this WebSocket instance. ReceiveAsync and SendAsync can be called simultaneously, but at most one outstanding operation for each of them is allowed at the same time.";
468 public const string net_WebSockets_InvalidMessageType = "The received message type '{2}' is invalid after calling {0}. {0} should only be used if no more data is expected from the remote endpoint. Use '{1}' instead to keep being able to receive data but close the output channel.";
469 public const string net_WebSockets_InvalidBufferType = "The buffer type '{0}' is invalid. Valid buffer types are: '{1}', '{2}', '{3}', '{4}', '{5}'.";
470 public const string net_WebSockets_ArgumentOutOfRange_InternalBuffer = "The byte array must have a length of at least '{0}' bytes. ";
471 public const string net_WebSockets_Argument_InvalidMessageType = "The message type '{0}' is not allowed for the '{1}' operation. Valid message types are: '{2}, {3}'. To close the WebSocket, use the '{4}' operation instead. ";
472 public const string net_securitypackagesupport = "The requested security package is not supported.";
473 public const string net_log_operation_failed_with_error = "{0} failed with error {1}.";
474 public const string net_MethodNotImplementedException = "This method is not implemented by this class.";
475 public const string event_OperationReturnedSomething = "{0} returned {1}.";
476 public const string net_invalid_enum = "The specified value is not valid in the '{0}' enumeration.";
477 public const string net_auth_message_not_encrypted = "Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.";
478 public const string SSPIInvalidHandleType = "'{0}' is not a supported handle type.";
479 public const string net_io_operation_aborted = "I/O operation aborted: '{0}'.";
480 public const string net_invalid_path = "Invalid path.";
481 public const string net_listener_auth_errors = "Authentication errors.";
482 public const string net_listener_close = "Listener closed.";
483 public const string net_invalid_port = "Invalid port in prefix.";
484 public const string net_WebSockets_InvalidState = "The WebSocket is in an invalid state ('{0}') for this operation. Valid states are: '{1}'";
485 public const string net_unknown_prefix = "The URI prefix is not recognized.";
486 public const string net_reqsubmitted = "This operation cannot be performed after the request has been submitted.";
487 public const string net_io_timeout_use_ge_zero = "Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value >= 0.";
488 public const string net_writestarted = "This property cannot be set after writing has started.";
489 public const string net_badmethod = "Cannot set null or blank methods on request.";
490 public const string net_servererror = "The remote server returned an error: ({0}) {1}.";
491 public const string net_reqaborted = "The request was aborted: The request was canceled.";
492 public const string net_OperationNotSupportedException = "This operation is not supported.";
493 public const string net_nouploadonget = "Cannot send a content-body with this verb-type.";
494 public const string net_repcall = "Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress.";
495 public const string net_securityprotocolnotsupported = "The requested security protocol is not supported.";
496 public const string net_requestaborted = "The request was aborted: {0}.";
497 public const string net_webstatus_Timeout = "The operation has timed out.";
498 public const string net_baddate = "The value of the date string in the header is invalid.";
499 public const string net_connarg = "Keep-Alive and Close may not be set using this property.";
500 public const string net_fromto = "The From parameter cannot be less than To.";
501 public const string net_needchunked = "TransferEncoding requires the SendChunked property to be set to true.";
502 public const string net_no100 = "100-Continue may not be set using this property.";
503 public const string net_nochunked = "Chunked encoding must be set via the SendChunked property.";
504 public const string net_nottoken = "The supplied string is not a valid HTTP token.";
505 public const string net_rangetoosmall = "The From or To parameter cannot be less than 0.";
506 public const string net_rangetype = "A different range specifier has already been added to this request.";
507 public const string net_toosmall = "The specified value must be greater than 0.";
508 public const string net_WebHeaderInvalidCRLFChars = "Specified value has invalid CRLF characters.";
509 public const string net_WebHeaderInvalidHeaderChars = "Specified value has invalid HTTP Header characters.";
510 public const string net_timeout = "The operation has timed out.";
511 public const string net_completed_result = "This operation cannot be performed on a completed asynchronous result object.";
512 public const string net_PropertyNotSupportedException = "This property is not supported by this class.";
513 public const string net_InvalidStatusCode = "The server returned a status code outside the valid range of 100-599.";
514 public const string net_io_timeout_use_gt_zero = "Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value > 0.";
515 public const string net_ftp_servererror = "The remote server returned an error: {0}.";
516 public const string net_ftp_active_address_different = "The data connection was made from an address that is different than the address to which the FTP connection was made.";
517 public const string net_ftp_invalid_method_name = "FTP Method names cannot be null or empty.";
518 public const string net_ftp_invalid_renameto = "The RenameTo filename cannot be null or empty.";
519 public const string net_ftp_invalid_response_filename = "The server returned the filename ({0}) which is not valid.";
520 public const string net_ftp_invalid_status_response = "The status response ({0}) is not expected in response to '{1}' command.";
521 public const string net_ftp_invalid_uri = "The requested URI is invalid for this FTP command.";
522 public const string net_ftp_no_defaultcreds = "Default credentials are not supported on an FTP request.";
523 public const string net_ftp_response_invalid_format = "The response string '{0}' has invalid format.";
524 public const string net_ftp_server_failed_passive = "The server failed the passive mode request with status response ({0}).";
525 public const string net_ftp_unsupported_method = "This method is not supported.";
526 public const string net_ftp_protocolerror = "The underlying connection was closed: The server committed a protocol violation";
527 public const string net_ftp_receivefailure = "The underlying connection was closed: An unexpected error occurred on a receive";
528 public const string net_webstatus_NameResolutionFailure = "The remote name could not be resolved";
529 public const string net_webstatus_ConnectFailure = "Unable to connect to the remote server";
530 public const string net_ftpstatuscode_ServiceNotAvailable = "Service not available, closing control connection.";
531 public const string net_ftpstatuscode_CantOpenData = "Can't open data connection";
532 public const string net_ftpstatuscode_ConnectionClosed = "Connection closed; transfer aborted";
533 public const string net_ftpstatuscode_ActionNotTakenFileUnavailableOrBusy = "File unavailable (e.g., file busy)";
534 public const string net_ftpstatuscode_ActionAbortedLocalProcessingError = "Local error in processing";
535 public const string net_ftpstatuscode_ActionNotTakenInsufficientSpace = "Insufficient storage space in system";
536 public const string net_ftpstatuscode_CommandSyntaxError = "Syntax error, command unrecognized";
537 public const string net_ftpstatuscode_ArgumentSyntaxError = "Syntax error in parameters or arguments";
538 public const string net_ftpstatuscode_CommandNotImplemented = "Command not implemented";
539 public const string net_ftpstatuscode_BadCommandSequence = "Bad sequence of commands";
540 public const string net_ftpstatuscode_NotLoggedIn = "Not logged in";
541 public const string net_ftpstatuscode_AccountNeeded = "Need account for storing files";
542 public const string net_ftpstatuscode_ActionNotTakenFileUnavailable = "File unavailable (e.g., file not found, no access)";
543 public const string net_ftpstatuscode_ActionAbortedUnknownPageType = "Page type unknown";
544 public const string net_ftpstatuscode_FileActionAborted = "Exceeded storage allocation (for current directory or data set)";
545 public const string net_ftpstatuscode_ActionNotTakenFilenameNotAllowed = "File name not allowed";
546 public const string net_invalid_host = "The specified value is not a valid Host header string.";
547 public const string PlatformNotSupported_CompileToAssembly = "This platform does not support writing compiled regular expressions to an assembly.";
548 public const string NotSupported_ReadOnlyCollection = "Collection is read-only.";
549 public const string InvalidEmptyArgument = "Argument {0} cannot be zero-length.";