cacc4936713bee9763ce770c887752488e901b85
[mono.git] / mcs / class / System / ReferenceSources / SR.cs
1 //
2 // This file was generated by txt2sr tool
3 //
4
5 //
6 // This file was generated by txt2sr tool
7 //
8
9 partial class SR
10 {
11         public const string RTL = "RTL_False";
12         public const string ContinueButtonText = "Continue";
13         public const string DebugAssertBanner = "---- DEBUG ASSERTION FAILED ----";
14         public const string DebugAssertShortMessage = "---- Assert Short Message ----";
15         public const string DebugAssertLongMessage = "---- Assert Long Message ----";
16         public const string DebugMessageTruncated = "{0}...\n<truncated>";
17         public const string DebugAssertTitleShort = "Assertion Failed";
18         public const string DebugAssertTitle = "Assertion Failed: Cancel=Debug, OK=Continue";
19         public const string NotSupported = "This operation is not supported.";
20         public const string DebugLaunchFailed = "Cannot launch the debugger.  Make sure that a Microsoft (R) .NET Framework debugger is properly installed.";
21         public const string DebugLaunchFailedTitle = "Microsoft .NET Framework Debug Launch Failure";
22         public const string ObjectDisposed = "Object {0} has been disposed and can no longer be used.";
23         public const string ExceptionOccurred = "An exception occurred writing trace output to log file '{0}'. {1}";
24         public const string MustAddListener = "Only TraceListeners can be added to a TraceListenerCollection.";
25         public const string ToStringNull = "(null)";
26         public const string EnumConverterInvalidValue = "The value '{0}' is not a valid value for the enum '{1}'.";
27         public const string ConvertFromException = "{0} cannot convert from {1}.";
28         public const string ConvertToException = "'{0}' is unable to convert '{1}' to '{2}'.";
29         public const string ConvertInvalidPrimitive = "{0} is not a valid value for {1}.";
30         public const string ErrorMissingPropertyAccessors = "Accessor methods for the {0} property are missing.";
31         public const string ErrorInvalidPropertyType = "Invalid type for the {0} property.";
32         public const string ErrorMissingEventAccessors = "Accessor methods for the {0} event are missing.";
33         public const string ErrorInvalidEventHandler = "Invalid event handler for the {0} event.";
34         public const string ErrorInvalidEventType = "Invalid type for the {0} event.";
35         public const string InvalidMemberName = "Invalid member name.";
36         public const string ErrorBadExtenderType = "The {0} extender provider is not compatible with the {1} type.";
37         public const string NullableConverterBadCtorArg = "The specified type is not a nullable type.";
38         public const string TypeDescriptorExpectedElementType = "Expected types in the collection to be of type {0}.";
39         public const string TypeDescriptorSameAssociation = "Cannot create an association when the primary and secondary objects are the same.";
40         public const string TypeDescriptorAlreadyAssociated = "The primary and secondary objects are already associated with each other.";
41         public const string TypeDescriptorProviderError = "The type description provider {0} has returned null from {1} which is illegal.";
42         public const string TypeDescriptorUnsupportedRemoteObject = "The object {0} is being remoted by a proxy that does not support interface discovery.  This type of remoted object is not supported.";
43         public const string TypeDescriptorArgsCountMismatch = "The number of elements in the Type and Object arrays must match.";
44         public const string ErrorCreateSystemEvents = "Failed to create system events window thread.";
45         public const string ErrorCreateTimer = "Cannot create timer.";
46         public const string ErrorKillTimer = "Cannot end timer.";
47         public const string ErrorSystemEventsNotSupported = "System event notifications are not supported under the current context. Server processes, for example, may not support global system event notifications.";
48         public const string ErrorGetTempPath = "Cannot get temporary file name";
49         public const string CHECKOUTCanceled = "The checkout was canceled by the user.";
50         public const string ErrorInvalidServiceInstance = "The service instance must derive from or implement {0}.";
51         public const string ErrorServiceExists = "The service {0} already exists in the service container.";
52         public const string Argument_InvalidNumberStyles = "An undefined NumberStyles value is being used.";
53         public const string Argument_InvalidHexStyle = "With the AllowHexSpecifier bit set in the enum bit field, the only other valid bits that can be combined into the enum value must be a subset of those in HexNumber.";
54         public const string Argument_ByteArrayLengthMustBeAMultipleOf4 = "The Byte[] length must be a multiple of 4.";
55         public const string Argument_InvalidCharactersInString = "The string contained an invalid character.";
56         public const string Argument_ParsedStringWasInvalid = "The parsed string was invalid.";
57         public const string Argument_MustBeBigInt = "The parameter must be a BigInteger.";
58         public const string Format_InvalidFormatSpecifier = "Format specifier was invalid.";
59         public const string Format_TooLarge = "The value is too large to be represented by this format specifier.";
60         public const string ArgumentOutOfRange_MustBeLessThanUInt32MaxValue = "The value must be less than UInt32.MaxValue (2^32).";
61         public const string ArgumentOutOfRange_MustBeNonNeg = "The number must be greater than or equal to zero.";
62         public const string NotSupported_NumberStyle = "The NumberStyle option is not supported.";
63         public const string Overflow_BigIntInfinity = "BigInteger cannot represent infinity.";
64         public const string Overflow_NotANumber = "The value is not a number.";
65         public const string Overflow_ParseBigInteger = "The value could not be parsed.";
66         public const string Overflow_Int32 = "Value was either too large or too small for an Int32.";
67         public const string Overflow_Int64 = "Value was either too large or too small for an Int64.";
68         public const string Overflow_UInt32 = "Value was either too large or too small for a UInt32.";
69         public const string Overflow_UInt64 = "Value was either too large or too small for a UInt64.";
70         public const string Overflow_Decimal = "Value was either too large or too small for a Decimal.";
71         public const string Argument_FrameworkNameTooShort = "FrameworkName cannot have less than two components or more than three components.";
72         public const string Argument_FrameworkNameInvalid = "FrameworkName is invalid.";
73         public const string Argument_FrameworkNameInvalidVersion = "FrameworkName version component is invalid.";
74         public const string Argument_FrameworkNameMissingVersion = "FrameworkName version component is missing.";
75         public const string ArgumentNull_Key = "Key cannot be null.";
76         public const string Argument_AddingDuplicate = "An entry with the same key already exists.";
77         public const string Argument_InvalidValue = "Argument {0} should be larger than {1}.";
78         public const string ArgumentOutOfRange_NeedNonNegNum = "Index is less than zero.";
79         public const string ArgumentOutOfRange_InvalidThreshold = "The specified threshold for creating dictionary is out of range.";
80         public const string InvalidOperation_EnumFailedVersion = "Collection was modified after the enumerator was instantiated.";
81         public const string InvalidOperation_EnumOpCantHappen = "Enumerator is positioned before the first element or after the last element of the collection.";
82         public const string Arg_MultiRank = "Multi dimension array is not supported on this operation.";
83         public const string Arg_NonZeroLowerBound = "The lower bound of target array must be zero.";
84         public const string Arg_InsufficientSpace = "Insufficient space in the target location to copy the information.";
85         public const string NotSupported_EnumeratorReset = "Reset is not supported on the Enumerator.";
86         public const string Invalid_Array_Type = "Target array type is not compatible with the type of items in the collection.";
87         public const string Serialization_InvalidOnDeser = "OnDeserialization method was called while the object was not being deserialized.";
88         public const string Serialization_MissingValues = "The values for this collection are missing.";
89         public const string Serialization_MismatchedCount = "The serialized Count information doesn't match the number of items.";
90         public const string ExternalLinkedListNode = "The LinkedList node does not belong to current LinkedList.";
91         public const string LinkedListNodeIsAttached = "The LinkedList node already belongs to a LinkedList.";
92         public const string LinkedListEmpty = "The LinkedList is empty.";
93         public const string Arg_WrongType = "The value \"{0}\" isn't of type \"{1}\" and can't be used in this generic collection.";
94         public const string Argument_ItemNotExist = "The specified item does not exist in this KeyedCollection.";
95         public const string Argument_ImplementIComparable = "At least one object must implement IComparable.";
96         public const string InvalidOperation_EmptyCollection = "This operation is not valid on an empty collection.";
97         public const string InvalidOperation_EmptyQueue = "Queue empty.";
98         public const string InvalidOperation_EmptyStack = "Stack empty.";
99         public const string InvalidOperation_CannotRemoveFromStackOrQueue = "Removal is an invalid operation for Stack or Queue.";
100         public const string ArgumentOutOfRange_Index = "Index was out of range. Must be non-negative and less than the size of the collection.";
101         public const string ArgumentOutOfRange_SmallCapacity = "capacity was less than the current size.";
102         public const string Arg_ArrayPlusOffTooSmall = "Destination array is not long enough to copy all the items in the collection. Check array index and length.";
103         public const string NotSupported_KeyCollectionSet = "Mutating a key collection derived from a dictionary is not allowed.";
104         public const string NotSupported_ValueCollectionSet = "Mutating a value collection derived from a dictionary is not allowed.";
105         public const string NotSupported_ReadOnlyCollection = "Collection is read-only.";
106         public const string NotSupported_SortedListNestedWrite = "This operation is not supported on SortedList nested types because they require modifying the original SortedList.";
107         public const string Barrier_ctor_ArgumentOutOfRange = "The participantCount argument must be non-negative and less than or equal to 32767.";
108         public const string Barrier_AddParticipants_NonPositive_ArgumentOutOfRange = "The participantCount argument must be a positive value.";
109         public const string Barrier_AddParticipants_Overflow_ArgumentOutOfRange = "Adding participantCount participants would result in the number of participants exceeding the maximum number allowed.";
110         public const string Barrier_InvalidOperation_CalledFromPHA = "This method may not be called from within the postPhaseAction.";
111         public const string Barrier_RemoveParticipants_NonPositive_ArgumentOutOfRange = "The participantCount argument must be a positive value.";
112         public const string Barrier_RemoveParticipants_ArgumentOutOfRange = "The participantCount argument must be less than or equal the number of participants.";
113         public const string Barrier_RemoveParticipants_InvalidOperation = "The participantCount argument is greater than the number of participants that haven't yet arrived at the barrier in this phase.";
114         public const string Barrier_SignalAndWait_ArgumentOutOfRange = "The specified timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
115         public const string Barrier_SignalAndWait_InvalidOperation_ZeroTotal = "The barrier has no registered participants.";
116         public const string Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded = "The number of threads using the barrier exceeded the total number of registered participants.";
117         public const string Barrier_Dispose = "The barrier has been disposed.";
118         public const string BarrierPostPhaseException = "The postPhaseAction failed with an exception.";
119         public const string UriTypeConverter_ConvertFrom_CannotConvert = "{0} cannot convert from {1}.";
120         public const string UriTypeConverter_ConvertTo_CannotConvert = "{0} cannot convert {1} to {2}.";
121         public const string ISupportInitializeDescr = "Specifies support for transacted initialization.";
122         public const string CantModifyListSortDescriptionCollection = "Once a ListSortDescriptionCollection has been created it can't be modified.";
123         public const string Argument_NullComment = "The 'Comment' property of the CodeCommentStatement '{0}' cannot be null.";
124         public const string InvalidPrimitiveType = "Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression.";
125         public const string Cannot_Specify_Both_Compiler_Path_And_Version = "Cannot specify both the '{0}' and '{1}' CodeDom provider options to choose a compiler. Please remove one of them.";
126         public const string CodeGenOutputWriter = "The output writer for code generation and the writer supplied don't match and cannot be used. This is generally caused by a bad implementation of a CodeGenerator derived class.";
127         public const string CodeGenReentrance = "This code generation API cannot be called while the generator is being used to generate something else.";
128         public const string InvalidLanguageIdentifier = "The identifier:\"{0}\" on the property:\"{1}\" of type:\"{2}\" is not a valid language-independent identifier name. Check to see if CodeGenerator.IsValidLanguageIndependentIdentifier allows the identifier name.";
129         public const string InvalidTypeName = "The type name:\"{0}\" on the property:\"{1}\" of type:\"{2}\" is not a valid language-independent type name.";
130         public const string Empty_attribute = "The '{0}' attribute cannot be an empty string.";
131         public const string Invalid_nonnegative_integer_attribute = "The '{0}' attribute must be a non-negative integer.";
132         public const string CodeDomProvider_NotDefined = "There is no CodeDom provider defined for the language.";
133         public const string Language_Names_Cannot_Be_Empty = "You need to specify a non-empty String for a language name in the CodeDom configuration section.";
134         public const string Extension_Names_Cannot_Be_Empty_Or_Non_Period_Based = "An extension name in the CodeDom configuration section must be a non-empty string which starts with a period.";
135         public const string Unable_To_Locate_Type = "The CodeDom provider type \"{0}\" could not be located.";
136         public const string NotSupported_CodeDomAPI = "This CodeDomProvider does not support this method.";
137         public const string ArityDoesntMatch = "The total arity specified in '{0}' does not match the number of TypeArguments supplied.  There were '{1}' TypeArguments supplied.";
138         public const string PartialTrustErrorTextReplacement = "<The original value of this property potentially contains file system information and has been suppressed.>";
139         public const string PartialTrustIllegalProvider = "When used in partial trust, langID must be C#, VB, J#, or JScript, and the language provider must be in the global assembly cache.";
140         public const string IllegalAssemblyReference = "Assembly references cannot begin with '-', or contain a '/' or '\\'.";
141         public const string NullOrEmpty_Value_in_Property = "The '{0}' property cannot contain null or empty strings.";
142         public const string AutoGen_Comment_Line1 = "auto-generated>";
143         public const string AutoGen_Comment_Line2 = "This code was generated by a tool.";
144         public const string AutoGen_Comment_Line3 = "Runtime Version:";
145         public const string AutoGen_Comment_Line4 = "Changes to this file may cause incorrect behavior and will be lost if";
146         public const string AutoGen_Comment_Line5 = "the code is regenerated.";
147         public const string CantContainNullEntries = "Array '{0}' cannot contain null entries.";
148         public const string InvalidPathCharsInChecksum = "The CodeChecksumPragma file name '{0}' contains invalid path characters.";
149         public const string InvalidRegion = "The region directive '{0}' contains invalid characters.  RegionText cannot contain any new line characters.";
150         public const string Provider_does_not_support_options = "This CodeDomProvider type does not have a constructor that takes providerOptions - \"{0}\"";
151         public const string MetaExtenderName = "{0} on {1}";
152         public const string InvalidEnumArgument = "The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.";
153         public const string InvalidArgument = "'{1}' is not a valid value for '{0}'.";
154         public const string InvalidNullArgument = "Null is not a valid value for {0}.";
155         public const string InvalidNullEmptyArgument = "Argument {0} cannot be null or zero-length.";
156         public const string LicExceptionTypeOnly = "A valid license cannot be granted for the type {0}. Contact the manufacturer of the component for more information.";
157         public const string LicExceptionTypeAndInstance = "An instance of type '{1}' was being created, and a valid license could not be granted for the type '{0}'. Please,  contact the manufacturer of the component for more information.";
158         public const string LicMgrContextCannotBeChanged = "The CurrentContext property of the LicenseManager is currently locked and cannot be changed.";
159         public const string LicMgrAlreadyLocked = "The CurrentContext property of the LicenseManager is already locked by another user.";
160         public const string LicMgrDifferentUser = "The CurrentContext property of the LicenseManager can only be unlocked with the same contextUser.";
161         public const string InvalidElementType = "Element type {0} is not supported.";
162         public const string InvalidIdentifier = "Identifier '{0}' is not valid.";
163         public const string ExecFailedToCreate = "Failed to create file {0}.";
164         public const string ExecTimeout = "Timed out waiting for a program to execute. The command being executed was {0}.";
165         public const string ExecBadreturn = "An invalid return code was encountered waiting for a program to execute. The command being executed was {0}.";
166         public const string ExecCantGetRetCode = "Unable to get the return code for a program being executed. The command that was being executed was '{0}'.";
167         public const string ExecCantExec = "Cannot execute a program. The command being executed was {0}.";
168         public const string ExecCantRevert = "Cannot execute a program. Impersonation failed.";
169         public const string CompilerNotFound = "Compiler executable file {0} cannot be found.";
170         public const string DuplicateFileName = "The file name '{0}' was already in the collection.";
171         public const string CollectionReadOnly = "Collection is read-only.";
172         public const string BitVectorFull = "Bit vector is full.";
173         public const string ArrayConverterText = "{0} Array";
174         public const string CollectionConverterText = "(Collection)";
175         public const string MultilineStringConverterText = "(Text)";
176         public const string CultureInfoConverterDefaultCultureString = "(Default)";
177         public const string CultureInfoConverterInvalidCulture = "The {0} culture cannot be converted to a CultureInfo object on this computer.";
178         public const string InvalidPrimitive = "The text {0} is not a valid {1}.";
179         public const string TimerInvalidInterval = "'{0}' is not a valid value for 'Interval'. 'Interval' must be greater than {1}.";
180         public const string TraceSwitchLevelTooHigh = "Attempted to set {0} to a value that is too high.  Setting level to TraceLevel.Verbose";
181         public const string TraceSwitchLevelTooLow = "Attempted to set {0} to a value that is too low.  Setting level to TraceLevel.Off";
182         public const string TraceSwitchInvalidLevel = "The Level must be set to a value in the enumeration TraceLevel.";
183         public const string TraceListenerIndentSize = "The IndentSize property must be non-negative.";
184         public const string TraceListenerFail = "Fail:";
185         public const string TraceAsTraceSource = "Trace";
186         public const string InvalidLowBoundArgument = "'{1}' is not a valid value for '{0}'. '{0}' must be greater than {2}.";
187         public const string DuplicateComponentName = "Duplicate component name '{0}'.  Component names must be unique and case-insensitive.";
188         public const string NotImplemented = "{0}: Not implemented";
189         public const string OutOfMemory = "Could not allocate needed memory.";
190         public const string EOF = "End of data stream encountered.";
191         public const string IOError = "Unknown input/output failure.";
192         public const string BadChar = "Unexpected Character: '{0}'.";
193         public const string toStringNone = "(none)";
194         public const string toStringUnknown = "(unknown)";
195         public const string InvalidEnum = "{0} is not a valid {1} value.";
196         public const string IndexOutOfRange = "Index {0} is out of range.";
197         public const string ErrorPropertyAccessorException = "Property accessor '{0}' on object '{1}' threw the following exception:'{2}'";
198         public const string InvalidOperation = "Invalid operation.";
199         public const string EmptyStack = "Stack has no items in it.";
200         public const string PerformanceCounterDesc = "Represents a Windows performance counter component.";
201         public const string PCCategoryName = "Category name of the performance counter object.";
202         public const string PCCounterName = "Counter name of the performance counter object.";
203         public const string PCInstanceName = "Instance name of the performance counter object.";
204         public const string PCMachineName = "Specifies the machine from where to read the performance data.";
205         public const string PCInstanceLifetime = "Specifies the lifetime of the instance.";
206         public const string PropertyCategoryAction = "Action";
207         public const string PropertyCategoryAppearance = "Appearance";
208         public const string PropertyCategoryAsynchronous = "Asynchronous";
209         public const string PropertyCategoryBehavior = "Behavior";
210         public const string PropertyCategoryData = "Data";
211         public const string PropertyCategoryDDE = "DDE";
212         public const string PropertyCategoryDesign = "Design";
213         public const string PropertyCategoryDragDrop = "Drag Drop";
214         public const string PropertyCategoryFocus = "Focus";
215         public const string PropertyCategoryFont = "Font";
216         public const string PropertyCategoryFormat = "Format";
217         public const string PropertyCategoryKey = "Key";
218         public const string PropertyCategoryList = "List";
219         public const string PropertyCategoryLayout = "Layout";
220         public const string PropertyCategoryDefault = "Misc";
221         public const string PropertyCategoryMouse = "Mouse";
222         public const string PropertyCategoryPosition = "Position";
223         public const string PropertyCategoryText = "Text";
224         public const string PropertyCategoryScale = "Scale";
225         public const string PropertyCategoryWindowStyle = "Window Style";
226         public const string PropertyCategoryConfig = "Configurations";
227         public const string ArgumentNull_ArrayWithNullElements = "The array cannot contain null elements.";
228         public const string OnlyAllowedOnce = "This operation is only allowed once per object.";
229         public const string BeginIndexNotNegative = "Start index cannot be less than 0 or greater than input length.";
230         public const string LengthNotNegative = "Length cannot be less than 0 or exceed input length.";
231         public const string UnimplementedState = "Unimplemented state.";
232         public const string UnexpectedOpcode = "Unexpected opcode in regular expression generation: {0}.";
233         public const string NoResultOnFailed = "Result cannot be called on a failed Match.";
234         public const string UnterminatedBracket = "Unterminated [] set.";
235         public const string TooManyParens = "Too many )'s.";
236         public const string NestedQuantify = "Nested quantifier {0}.";
237         public const string QuantifyAfterNothing = "Quantifier {x,y} following nothing.";
238         public const string InternalError = "Internal error in ScanRegex.";
239         public const string IllegalRange = "Illegal {x,y} with x > y.";
240         public const string NotEnoughParens = "Not enough )'s.";
241         public const string BadClassInCharRange = "Cannot include class \\{0} in character range.";
242         public const string ReversedCharRange = "[x-y] range in reverse order.";
243         public const string UndefinedReference = "(?({0}) ) reference to undefined group.";
244         public const string MalformedReference = "(?({0}) ) malformed.";
245         public const string UnrecognizedGrouping = "Unrecognized grouping construct.";
246         public const string UnterminatedComment = "Unterminated (?#...) comment.";
247         public const string IllegalEndEscape = "Illegal \\ at end of pattern.";
248         public const string MalformedNameRef = "Malformed \\k<...> named back reference.";
249         public const string UndefinedBackref = "Reference to undefined group number {0}.";
250         public const string UndefinedNameRef = "Reference to undefined group name {0}.";
251         public const string TooFewHex = "Insufficient hexadecimal digits.";
252         public const string MissingControl = "Missing control character.";
253         public const string UnrecognizedControl = "Unrecognized control character.";
254         public const string UnrecognizedEscape = "Unrecognized escape sequence \\{0}.";
255         public const string IllegalCondition = "Illegal conditional (?(...)) expression.";
256         public const string TooManyAlternates = "Too many | in (?()|).";
257         public const string MakeException = "parsing \"{0}\" - {1}";
258         public const string IncompleteSlashP = "Incomplete \\p{X} character escape.";
259         public const string MalformedSlashP = "Malformed \\p{X} character escape.";
260         public const string InvalidGroupName = "Invalid group name: Group names must begin with a word character.";
261         public const string CapnumNotZero = "Capture number cannot be zero.";
262         public const string AlternationCantCapture = "Alternation conditions do not capture and cannot be named.";
263         public const string AlternationCantHaveComment = "Alternation conditions cannot be comments.";
264         public const string CaptureGroupOutOfRange = "Capture group numbers must be less than or equal to Int32.MaxValue.";
265         public const string SubtractionMustBeLast = "A subtraction must be the last element in a character class.";
266         public const string UnknownProperty = "Unknown property '{0}'.";
267         public const string ReplacementError = "Replacement pattern error.";
268         public const string CountTooSmall = "Count cannot be less than -1.";
269         public const string EnumNotStarted = "Enumeration has either not started or has already finished.";
270         public const string Arg_InvalidArrayType = "Target array type is not compatible with the type of items in the collection.";
271         public const string Arg_RankMultiDimNotSupported = "Only single dimensional arrays are supported for the requested action.";
272         public const string RegexMatchTimeoutException_Occurred = "The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.";
273         public const string IllegalDefaultRegexMatchTimeoutInAppDomain = "AppDomain data '{0}' contains an invalid value or object for specifying a default matching timeout for System.Text.RegularExpressions.Regex.";
274         public const string FileObject_AlreadyOpen = "The file is already open.  Call Close before trying to open the FileObject again.";
275         public const string FileObject_Closed = "The FileObject is currently closed.  Try opening it.";
276         public const string FileObject_NotWhileWriting = "File information cannot be queried while open for writing.";
277         public const string FileObject_FileDoesNotExist = "File information cannot be queried if the file does not exist.";
278         public const string FileObject_MustBeClosed = "This operation can only be done when the FileObject is closed.";
279         public const string FileObject_MustBeFileName = "You must specify a file name, not a relative or absolute path.";
280         public const string FileObject_InvalidInternalState = "FileObject's open mode wasn't set to a valid value.  This FileObject is corrupt.";
281         public const string FileObject_PathNotSet = "The path has not been set, or is an empty string.  Please ensure you specify some path.";
282         public const string FileObject_Reading = "The file is currently open for reading.  Close the file and reopen it before attempting this.";
283         public const string FileObject_Writing = "The file is currently open for writing.  Close the file and reopen it before attempting this.";
284         public const string FileObject_InvalidEnumeration = "Enumerator is positioned before the first line or after the last line of the file.";
285         public const string FileObject_NoReset = "Reset is not supported on a FileLineEnumerator.";
286         public const string DirectoryObject_MustBeDirName = "You must specify a directory name, not a relative or absolute path.";
287         public const string DirectoryObjectPathDescr = "The fully qualified, or relative path to the directory you wish to read from. E.g., \"c:\\temp\".";
288         public const string FileObjectDetectEncodingDescr = "Determines whether the file will be parsed to see if it has a byte order mark indicating its encoding.  If it does, this will be used rather than the current specified encoding.";
289         public const string FileObjectEncodingDescr = "The encoding to use when reading the file. UTF-8 is the default.";
290         public const string FileObjectPathDescr = "The fully qualified, or relative path to the file you wish to read from. E.g., \"myfile.txt\".";
291         public const string Arg_EnumIllegalVal = "Illegal enum value: {0}.";
292         public const string Arg_OutOfRange_NeedNonNegNum = "Non-negative number required.";
293         public const string Argument_InvalidPermissionState = "Invalid permission state.";
294         public const string Argument_InvalidOidValue = "The OID value was invalid.";
295         public const string Argument_WrongType = "Operation on type '{0}' attempted with target of incorrect type.";
296         public const string Arg_EmptyOrNullString = "String cannot be empty or null.";
297         public const string Arg_EmptyOrNullArray = "Array cannot be empty or null.";
298         public const string Argument_InvalidClassAttribute = "The value of \"class\" attribute is invalid.";
299         public const string Argument_InvalidNameType = "The value of \"nameType\" is invalid.";
300         public const string InvalidOperation_EnumNotStarted = "Enumeration has not started.  Call MoveNext.";
301         public const string InvalidOperation_DuplicateItemNotAllowed = "Duplicate items are not allowed in the collection.";
302         public const string Cryptography_Asn_MismatchedOidInCollection = "The AsnEncodedData object does not have the same OID for the collection.";
303         public const string Cryptography_Cms_Envelope_Empty_Content = "Cannot create CMS enveloped for empty content.";
304         public const string Cryptography_Cms_Invalid_Recipient_Info_Type = "The recipient info type {0} is not valid.";
305         public const string Cryptography_Cms_Invalid_Subject_Identifier_Type = "The subject identifier type {0} is not valid.";
306         public const string Cryptography_Cms_Invalid_Subject_Identifier_Type_Value_Mismatch = "The subject identifier type {0} does not match the value data type {1}.";
307         public const string Cryptography_Cms_Key_Agree_Date_Not_Available = "The Date property is not available for none KID key agree recipient.";
308         public const string Cryptography_Cms_Key_Agree_Other_Key_Attribute_Not_Available = "The OtherKeyAttribute property is not available for none KID key agree recipient.";
309         public const string Cryptography_Cms_MessageNotSigned = "The CMS message is not signed.";
310         public const string Cryptography_Cms_MessageNotSignedByNoSignature = "The CMS message is not signed by NoSignature.";
311         public const string Cryptography_Cms_MessageNotEncrypted = "The CMS message is not encrypted.";
312         public const string Cryptography_Cms_Not_Supported = "The Cryptographic Message Standard (CMS) is not supported on this platform.";
313         public const string Cryptography_Cms_RecipientCertificateNotFound = "The recipient certificate is not specified.";
314         public const string Cryptography_Cms_Sign_Empty_Content = "Cannot create CMS signature for empty content.";
315         public const string Cryptography_Cms_Sign_No_Signature_First_Signer = "CmsSigner has to be the first signer with NoSignature.";
316         public const string Cryptography_DpApi_InvalidMemoryLength = "The length of the data should be a multiple of 16 bytes.";
317         public const string Cryptography_InvalidHandle = "{0} is an invalid handle.";
318         public const string Cryptography_InvalidContextHandle = "The chain context handle is invalid.";
319         public const string Cryptography_InvalidStoreHandle = "The store handle is invalid.";
320         public const string Cryptography_Oid_InvalidValue = "The OID value is invalid.";
321         public const string Cryptography_Pkcs9_ExplicitAddNotAllowed = "The PKCS 9 attribute cannot be explicitly added to the collection.";
322         public const string Cryptography_Pkcs9_InvalidOid = "The OID does not represent a valid PKCS 9 attribute.";
323         public const string Cryptography_Pkcs9_MultipleSigningTimeNotAllowed = "Cannot add multiple PKCS 9 signing time attributes.";
324         public const string Cryptography_Pkcs9_AttributeMismatch = "The parameter should be a PKCS 9 attribute.";
325         public const string Cryptography_X509_AddFailed = "Adding certificate with index '{0}' failed.";
326         public const string Cryptography_X509_BadEncoding = "Input data cannot be coded as a valid certificate.";
327         public const string Cryptography_X509_ExportFailed = "The certificate export operation failed.";
328         public const string Cryptography_X509_ExtensionMismatch = "The parameter should be an X509Extension.";
329         public const string Cryptography_X509_InvalidFindType = "Invalid find type.";
330         public const string Cryptography_X509_InvalidFindValue = "Invalid find value.";
331         public const string Cryptography_X509_InvalidEncodingFormat = "Invalid encoding format.";
332         public const string Cryptography_X509_InvalidContentType = "Invalid content type.";
333         public const string Cryptography_X509_KeyMismatch = "The public key of the certificate does not match the value specified.";
334         public const string Cryptography_X509_RemoveFailed = "Removing certificate with index '{0}' failed.";
335         public const string Cryptography_X509_StoreNotOpen = "The X509 certificate store has not been opened.";
336         public const string Environment_NotInteractive = "The current session is not interactive.";
337         public const string NotSupported_InvalidKeyImpl = "Only asymmetric keys that implement ICspAsymmetricAlgorithm are supported.";
338         public const string NotSupported_KeyAlgorithm = "The certificate key algorithm is not supported.";
339         public const string NotSupported_PlatformRequiresNT = "This operation is only supported on Windows 2000, Windows XP, and higher.";
340         public const string NotSupported_UnreadableStream = "Stream does not support reading.";
341         public const string Security_InvalidValue = "The {0} value was invalid.";
342         public const string Unknown_Error = "Unknown error.";
343         public const string security_ServiceNameCollection_EmptyServiceName = "A service name must not be null or empty.";
344         public const string security_ExtendedProtectionPolicy_UseDifferentConstructorForNever = "To construct a policy with PolicyEnforcement.Never, the single-parameter constructor must be used.";
345         public const string security_ExtendedProtectionPolicy_NoEmptyServiceNameCollection = "The ServiceNameCollection must contain at least one service name.";
346         public const string security_ExtendedProtection_NoOSSupport = "This operation requires OS support for extended protection.";
347         public const string net_nonClsCompliantException = "A non-CLS Compliant Exception (i.e. an object that does not derive from System.Exception) was thrown.";
348         public const string net_illegalConfigWith = "The '{0}' attribute cannot appear when '{1}' is present.";
349         public const string net_illegalConfigWithout = "The '{0}' attribute can only appear when '{1}' is present.";
350         public const string net_baddate = "The value of the date string in the header is invalid.";
351         public const string net_writestarted = "This property cannot be set after writing has started.";
352         public const string net_clsmall = "The Content-Length value must be greater than or equal to zero.";
353         public const string net_reqsubmitted = "This operation cannot be performed after the request has been submitted.";
354         public const string net_rspsubmitted = "This operation cannot be performed after the response has been submitted.";
355         public const string net_ftp_no_http_cmd = "The requested FTP command is not supported when using HTTP proxy.";
356         public const string net_ftp_invalid_method_name = "FTP Method names cannot be null or empty.";
357         public const string net_ftp_invalid_renameto = "The RenameTo filename cannot be null or empty.";
358         public const string net_ftp_no_defaultcreds = "Default credentials are not supported on an FTP request.";
359         public const string net_ftpnoresponse = "This type of FTP request does not return a response stream.";
360         public const string net_ftp_response_invalid_format = "The response string '{0}' has invalid format.";
361         public const string net_ftp_no_offsetforhttp = "Offsets are not supported when sending an FTP request over an HTTP proxy.";
362         public const string net_ftp_invalid_uri = "The requested URI is invalid for this FTP command.";
363         public const string net_ftp_invalid_status_response = "The status response ({0}) is not expected in response to '{1}' command.";
364         public const string net_ftp_server_failed_passive = "The server failed the passive mode request with status response ({0}).";
365         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.";
366         public const string net_ftp_proxy_does_not_support_ssl = "SSL cannot be enabled when using a proxy.";
367         public const string net_ftp_invalid_response_filename = "The server returned the filename ({0}) which is not valid.";
368         public const string net_ftp_unsupported_method = "This method is not supported.";
369         public const string net_resubmitcanceled = "An error occurred on an automatic resubmission of the request.";
370         public const string net_redirect_perm = "WebPermission demand failed for redirect URI.";
371         public const string net_resubmitprotofailed = "Cannot handle redirect from HTTP/HTTPS protocols to other dissimilar ones.";
372         public const string net_needchunked = "TransferEncoding requires the SendChunked property to be set to true.";
373         public const string net_nochunked = "Chunked encoding must be set via the SendChunked property.";
374         public const string net_nochunkuploadonhttp10 = "Chunked encoding upload is not supported on the HTTP/1.0 protocol.";
375         public const string net_connarg = "Keep-Alive and Close may not be set using this property.";
376         public const string net_no100 = "100-Continue may not be set using this property.";
377         public const string net_fromto = "The From parameter cannot be less than To.";
378         public const string net_rangetoosmall = "The From or To parameter cannot be less than 0.";
379         public const string net_entitytoobig = "Bytes to be written to the stream exceed the Content-Length bytes size specified.";
380         public const string net_invalidversion = "This protocol version is not supported.";
381         public const string net_invalidstatus = "The status code must be exactly three digits.";
382         public const string net_toosmall = "The specified value must be greater than 0.";
383         public const string net_toolong = "The size of {0} is too long. It cannot be longer than {1} characters.";
384         public const string net_connclosed = "The underlying connection was closed: {0}.";
385         public const string net_noseek = "This stream does not support seek operations.";
386         public const string net_servererror = "The remote server returned an error: {0}.";
387         public const string net_nouploadonget = "Cannot send a content-body with this verb-type.";
388         public const string net_mutualauthfailed = "The requirement for mutual authentication was not met by the remote server.";
389         public const string net_invasync = "Cannot block a call on this socket while an earlier asynchronous call is in progress.";
390         public const string net_inasync = "An asynchronous call is already in progress. It must be completed or canceled before you can call this method.";
391         public const string net_mustbeuri = "The {0} parameter must represent a valid Uri (see inner exception).";
392         public const string net_format_shexp = "The shell expression '{0}' could not be parsed because it is formatted incorrectly.";
393         public const string net_cannot_load_proxy_helper = "Failed to load the proxy script runtime environment from the Microsoft.JScript assembly.";
394         public const string net_invalid_host = "The specified value is not a valid Host header string.";
395         public const string net_repcall = "Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress.";
396         public const string net_wrongversion = "Only HTTP/1.0 and HTTP/1.1 version requests are currently supported.";
397         public const string net_badmethod = "Cannot set null or blank methods on request.";
398         public const string net_io_notenoughbyteswritten = "Cannot close stream until all bytes are written.";
399         public const string net_io_timeout_use_ge_zero = "Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value >= 0.";
400         public const string net_io_timeout_use_gt_zero = "Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value > 0.";
401         public const string net_io_no_0timeouts = "NetworkStream does not support a 0 millisecond timeout, use a value greater than zero for the timeout instead.";
402         public const string net_requestaborted = "The request was aborted: {0}.";
403         public const string net_tooManyRedirections = "Too many automatic redirections were attempted.";
404         public const string net_authmodulenotregistered = "The supplied authentication module is not registered.";
405         public const string net_authschemenotregistered = "There is no registered module for this authentication scheme.";
406         public const string net_proxyschemenotsupported = "The ServicePointManager does not support proxies with the {0} scheme.";
407         public const string net_maxsrvpoints = "The maximum number of service points was exceeded.";
408         public const string net_unknown_prefix = "The URI prefix is not recognized.";
409         public const string net_notconnected = "The operation is not allowed on non-connected sockets.";
410         public const string net_notstream = "The operation is not allowed on non-stream oriented sockets.";
411         public const string net_timeout = "The operation has timed out.";
412         public const string net_nocontentlengthonget = "Content-Length or Chunked Encoding cannot be set for an operation that does not write data.";
413         public const string net_contentlengthmissing = "When performing a write operation with AllowWriteStreamBuffering set to false, you must either set ContentLength to a non-negative number or set SendChunked to true.";
414         public const string net_nonhttpproxynotallowed = "The URI scheme for the supplied IWebProxy has the illegal value '{0}'. Only 'http' is supported.";
415         public const string net_nottoken = "The supplied string is not a valid HTTP token.";
416         public const string net_rangetype = "A different range specifier has already been added to this request.";
417         public const string net_need_writebuffering = "This request requires buffering data to succeed.";
418         public const string net_securitypackagesupport = "The requested security package is not supported.";
419         public const string net_securityprotocolnotsupported = "The requested security protocol is not supported.";
420         public const string net_nodefaultcreds = "Default credentials cannot be supplied for the {0} authentication scheme.";
421         public const string net_stopped = "Not listening. You must call the Start() method before calling this method.";
422         public const string net_udpconnected = "Cannot send packets to an arbitrary host while connected.";
423         public const string net_readonlystream = "The stream does not support writing.";
424         public const string net_writeonlystream = "The stream does not support reading.";
425         public const string net_no_concurrent_io_allowed = "The stream does not support concurrent IO read or write operations.";
426         public const string net_needmorethreads = "There were not enough free threads in the ThreadPool to complete the operation.";
427         public const string net_MethodNotImplementedException = "This method is not implemented by this class.";
428         public const string net_PropertyNotImplementedException = "This property is not implemented by this class.";
429         public const string net_MethodNotSupportedException = "This method is not supported by this class.";
430         public const string net_PropertyNotSupportedException = "This property is not supported by this class.";
431         public const string net_ProtocolNotSupportedException = "The '{0}' protocol is not supported by this class.";
432         public const string net_SelectModeNotSupportedException = "The '{0}' select mode is not supported by this class.";
433         public const string net_InvalidSocketHandle = "The socket handle is not valid.";
434         public const string net_InvalidAddressFamily = "The AddressFamily {0} is not valid for the {1} end point, use {2} instead.";
435         public const string net_InvalidEndPointAddressFamily = "The supplied EndPoint of AddressFamily {0} is not valid for this Socket, use {1} instead.";
436         public const string net_InvalidSocketAddressSize = "The supplied {0} is an invalid size for the {1} end point.";
437         public const string net_invalidAddressList = "None of the discovered or specified addresses match the socket address family.";
438         public const string net_invalidPingBufferSize = "The buffer length must not exceed 65500 bytes.";
439         public const string net_cant_perform_during_shutdown = "This operation cannot be performed while the AppDomain is shutting down.";
440         public const string net_cant_create_environment = "Unable to create another web proxy script environment at this time.";
441         public const string net_completed_result = "This operation cannot be performed on a completed asynchronous result object.";
442         public const string net_protocol_invalid_family = "'{0}' Client can only accept InterNetwork or InterNetworkV6 addresses.";
443         public const string net_protocol_invalid_multicast_family = "Multicast family is not the same as the family of the '{0}' Client.";
444         public const string net_empty_osinstalltype = "The Registry value '{0}' was either empty or not a string type.";
445         public const string net_unknown_osinstalltype = "Unknown Windows installation type '{0}'.";
446         public const string net_cant_determine_osinstalltype = "Can't determine OS installation type: Can't read key '{0}'. Exception message: {1}";
447         public const string net_osinstalltype = "Current OS installation type is '{0}'.";
448         public const string net_entire_body_not_written = "You must write ContentLength bytes to the request stream before calling [Begin]GetResponse.";
449         public const string net_must_provide_request_body = "You must provide a request body if you set ContentLength>0 or SendChunked==true.  Do this by calling [Begin]GetRequestStream before [Begin]GetResponse.";
450         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.";
451         public const string net_sockets_zerolist = "The parameter {0} must contain one or more elements.";
452         public const string net_sockets_blocking = "The operation is not allowed on a non-blocking Socket.";
453         public const string net_sockets_useblocking = "Use the Blocking property to change the status of the Socket.";
454         public const string net_sockets_select = "The operation is not allowed on objects of type {0}. Use only objects of type {1}.";
455         public const string net_sockets_toolarge_select = "The {0} list contains too many items; a maximum of {1} is allowed.";
456         public const string net_sockets_empty_select = "All lists are either null or empty.";
457         public const string net_sockets_mustbind = "You must call the Bind method before performing this operation.";
458         public const string net_sockets_mustlisten = "You must call the Listen method before performing this operation.";
459         public const string net_sockets_mustnotlisten = "You may not perform this operation after calling the Listen method.";
460         public const string net_sockets_mustnotbebound = "The socket must not be bound or connected.";
461         public const string net_sockets_namedmustnotbebound = "{0}: The socket must not be bound or connected.";
462         public const string net_sockets_invalid_socketinformation = "The specified value for the socket information is invalid.";
463         public const string net_sockets_invalid_ipaddress_length = "The number of specified IP addresses has to be greater than 0.";
464         public const string net_sockets_invalid_optionValue = "The specified value is not a valid '{0}'.";
465         public const string net_sockets_invalid_optionValue_all = "The specified value is not valid.";
466         public const string net_sockets_invalid_dnsendpoint = "The parameter {0} must not be of type DnsEndPoint.";
467         public const string net_sockets_disconnectedConnect = "Once the socket has been disconnected, you can only reconnect again asynchronously, and only to a different EndPoint.  BeginConnect must be called on a thread that won't exit until the operation has been completed.";
468         public const string net_sockets_disconnectedAccept = "Once the socket has been disconnected, you can only accept again asynchronously.  BeginAccept must be called on a thread that won't exit until the operation has been completed.";
469         public const string net_tcplistener_mustbestopped = "The TcpListener must not be listening before performing this operation.";
470         public const string net_sockets_no_duplicate_async = "BeginConnect cannot be called while another asynchronous operation is in progress on the same Socket.";
471         public const string net_socketopinprogress = "An asynchronous socket operation is already in progress using this SocketAsyncEventArgs instance.";
472         public const string net_buffercounttoosmall = "The Buffer space specified by the Count property is insufficient for the AcceptAsync method.";
473         public const string net_multibuffernotsupported = "Multiple buffers cannot be used with this method.";
474         public const string net_ambiguousbuffers = "Buffer and BufferList properties cannot both be non-null.";
475         public const string net_sockets_ipv6only = "This operation is only valid for IPv6 Sockets.";
476         public const string net_perfcounter_initialized_success = "System.Net performance counters initialization completed successful.";
477         public const string net_perfcounter_initialized_error = "System.Net performance counters initialization completed with errors. See System.Net trace file for more information.";
478         public const string net_perfcounter_nocategory = "Performance counter category '{0}' doesn't exist. No System.Net performance counter values available.";
479         public const string net_perfcounter_initialization_started = "System.Net performance counter initialization started.";
480         public const string net_perfcounter_cant_queue_workitem = "Can't queue counter initialization logic on a thread pool thread. System.Net performance counters will not be available.";
481         public const string net_config_proxy = "Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section.";
482         public const string net_config_proxy_module_not_public = "The specified proxy module type is not public.";
483         public const string net_config_authenticationmodules = "Error creating the modules specified in the 'system.net/authenticationModules' configuration section.";
484         public const string net_config_webrequestmodules = "Error creating the modules specified in the 'system.net/webRequestModules' configuration section.";
485         public const string net_config_requestcaching = "Error creating the Web Request caching policy specified in the 'system.net/requestCaching' configuration section.";
486         public const string net_config_section_permission = "Insufficient permissions for setting the configuration section '{0}'.";
487         public const string net_config_element_permission = "Insufficient permissions for setting the configuration element '{0}'.";
488         public const string net_config_property_permission = "Insufficient permissions for setting the configuration property '{0}'.";
489         public const string net_WebResponseParseError_InvalidHeaderName = "Header name is invalid";
490         public const string net_WebResponseParseError_InvalidContentLength = "'Content-Length' header value is invalid";
491         public const string net_WebResponseParseError_IncompleteHeaderLine = "Invalid header name";
492         public const string net_WebResponseParseError_CrLfError = "CR must be followed by LF";
493         public const string net_WebResponseParseError_InvalidChunkFormat = "Response chunk format is invalid";
494         public const string net_WebResponseParseError_UnexpectedServerResponse = "Unexpected server response received";
495         public const string net_webstatus_Success = "Status success";
496         public const string net_webstatus_NameResolutionFailure = "The remote name could not be resolved";
497         public const string net_webstatus_ConnectFailure = "Unable to connect to the remote server";
498         public const string net_webstatus_ReceiveFailure = "An unexpected error occurred on a receive";
499         public const string net_webstatus_SendFailure = "An unexpected error occurred on a send";
500         public const string net_webstatus_PipelineFailure = "A pipeline failure occurred";
501         public const string net_webstatus_RequestCanceled = "The request was canceled";
502         public const string net_webstatus_ConnectionClosed = "The connection was closed unexpectedly";
503         public const string net_webstatus_TrustFailure = "Could not establish trust relationship for the SSL/TLS secure channel";
504         public const string net_webstatus_SecureChannelFailure = "Could not create SSL/TLS secure channel";
505         public const string net_webstatus_ServerProtocolViolation = "The server committed a protocol violation";
506         public const string net_webstatus_KeepAliveFailure = "A connection that was expected to be kept alive was closed by the server";
507         public const string net_webstatus_ProxyNameResolutionFailure = "The proxy name could not be resolved";
508         public const string net_webstatus_MessageLengthLimitExceeded = "The message length limit was exceeded";
509         public const string net_webstatus_CacheEntryNotFound = "The request cache-only policy does not allow a network request and the response is not found in cache";
510         public const string net_webstatus_RequestProhibitedByCachePolicy = "The request could not be satisfied using a cache-only policy";
511         public const string net_webstatus_Timeout = "The operation has timed out";
512         public const string net_webstatus_RequestProhibitedByProxy = "The IWebProxy object associated with the request did not allow the request to proceed";
513         public const string net_InvalidStatusCode = "The server returned a status code outside the valid range of 100-599.";
514         public const string net_ftpstatuscode_ServiceNotAvailable = "Service not available, closing control connection";
515         public const string net_ftpstatuscode_CantOpenData = "Can't open data connection";
516         public const string net_ftpstatuscode_ConnectionClosed = "Connection closed; transfer aborted";
517         public const string net_ftpstatuscode_ActionNotTakenFileUnavailableOrBusy = "File unavailable (e.g., file busy)";
518         public const string net_ftpstatuscode_ActionAbortedLocalProcessingError = "Local error in processing";
519         public const string net_ftpstatuscode_ActionNotTakenInsufficentSpace = "Insufficient storage space in system";
520         public const string net_ftpstatuscode_CommandSyntaxError = "Syntax error, command unrecognized";
521         public const string net_ftpstatuscode_ArgumentSyntaxError = "Syntax error in parameters or arguments";
522         public const string net_ftpstatuscode_CommandNotImplemented = "Command not implemented";
523         public const string net_ftpstatuscode_BadCommandSequence = "Bad sequence of commands";
524         public const string net_ftpstatuscode_NotLoggedIn = "Not logged in";
525         public const string net_ftpstatuscode_AccountNeeded = "Need account for storing files";
526         public const string net_ftpstatuscode_ActionNotTakenFileUnavailable = "File unavailable (e.g., file not found, no access)";
527         public const string net_ftpstatuscode_ActionAbortedUnknownPageType = "Page type unknown";
528         public const string net_ftpstatuscode_FileActionAborted = "Exceeded storage allocation (for current directory or data set)";
529         public const string net_ftpstatuscode_ActionNotTakenFilenameNotAllowed = "File name not allowed";
530         public const string net_httpstatuscode_NoContent = "No Content";
531         public const string net_httpstatuscode_NonAuthoritativeInformation = "Non Authoritative Information";
532         public const string net_httpstatuscode_ResetContent = "Reset Content";
533         public const string net_httpstatuscode_PartialContent = "Partial Content";
534         public const string net_httpstatuscode_MultipleChoices = "Multiple Choices Redirect";
535         public const string net_httpstatuscode_Ambiguous = "Ambiguous Redirect";
536         public const string net_httpstatuscode_MovedPermanently = "Moved Permanently Redirect";
537         public const string net_httpstatuscode_Moved = "Moved Redirect";
538         public const string net_httpstatuscode_Found = "Found Redirect";
539         public const string net_httpstatuscode_Redirect = "Redirect";
540         public const string net_httpstatuscode_SeeOther = "See Other";
541         public const string net_httpstatuscode_RedirectMethod = "Redirect Method";
542         public const string net_httpstatuscode_NotModified = "Not Modified";
543         public const string net_httpstatuscode_UseProxy = "Use Proxy Redirect";
544         public const string net_httpstatuscode_TemporaryRedirect = "Temporary Redirect";
545         public const string net_httpstatuscode_RedirectKeepVerb = "Redirect Keep Verb";
546         public const string net_httpstatuscode_BadRequest = "Bad Request";
547         public const string net_httpstatuscode_Unauthorized = "Unauthorized";
548         public const string net_httpstatuscode_PaymentRequired = "Payment Required";
549         public const string net_httpstatuscode_Forbidden = "Forbidden";
550         public const string net_httpstatuscode_NotFound = "Not Found";
551         public const string net_httpstatuscode_MethodNotAllowed = "Method Not Allowed";
552         public const string net_httpstatuscode_NotAcceptable = "Not Acceptable";
553         public const string net_httpstatuscode_ProxyAuthenticationRequired = "Proxy Authentication Required";
554         public const string net_httpstatuscode_RequestTimeout = "Request Timeout";
555         public const string net_httpstatuscode_Conflict = "Conflict";
556         public const string net_httpstatuscode_Gone = "Gone";
557         public const string net_httpstatuscode_LengthRequired = "Length Required";
558         public const string net_httpstatuscode_InternalServerError = "Internal Server Error";
559         public const string net_httpstatuscode_NotImplemented = "Not Implemented";
560         public const string net_httpstatuscode_BadGateway = "Bad Gateway";
561         public const string net_httpstatuscode_ServiceUnavailable = "Server Unavailable";
562         public const string net_httpstatuscode_GatewayTimeout = "Gateway Timeout";
563         public const string net_httpstatuscode_HttpVersionNotSupported = "Http Version Not Supported";
564         public const string net_uri_BadScheme = "Invalid URI: The URI scheme is not valid.";
565         public const string net_uri_BadFormat = "Invalid URI: The format of the URI could not be determined.";
566         public const string net_uri_BadUserPassword = "Invalid URI: The username:password construct is badly formed.";
567         public const string net_uri_BadHostName = "Invalid URI: The hostname could not be parsed.";
568         public const string net_uri_BadAuthority = "Invalid URI: The Authority/Host could not be parsed.";
569         public const string net_uri_BadAuthorityTerminator = "Invalid URI: The Authority/Host cannot end with a backslash character ('\\').";
570         public const string net_uri_EmptyUri = "Invalid URI: The URI is empty.";
571         public const string net_uri_BadString = "Invalid URI: There is an invalid sequence in the string.";
572         public const string net_uri_MustRootedPath = "Invalid URI: A Dos path must be rooted, for example, 'c:\\'.";
573         public const string net_uri_BadPort = "Invalid URI: Invalid port specified.";
574         public const string net_uri_SizeLimit = "Invalid URI: The Uri string is too long.";
575         public const string net_uri_SchemeLimit = "Invalid URI: The Uri scheme is too long.";
576         public const string net_uri_NotAbsolute = "This operation is not supported for a relative URI.";
577         public const string net_uri_PortOutOfRange = "A derived type '{0}' has reported an invalid value for the Uri port '{1}'.";
578         public const string net_uri_UserDrivenParsing = "A derived type '{0}' is responsible for parsing this Uri instance. The base implementation must not be used.";
579         public const string net_uri_AlreadyRegistered = "A URI scheme name '{0}' already has a registered custom parser.";
580         public const string net_uri_NeedFreshParser = "The URI parser instance passed into 'uriParser' parameter is already registered with the scheme name '{0}'.";
581         public const string net_uri_CannotCreateRelative = "A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.";
582         public const string net_uri_InvalidUriKind = "The value '{0}' passed for the UriKind parameter is invalid.";
583         public const string net_uri_BadUnicodeHostForIdn = "An invalid Unicode character by IDN standards was specified in the host.";
584         public const string net_uri_GenericAuthorityNotDnsSafe = "The generic authority '{0}' is not a valid dns name.";
585         public const string net_uri_NotJustSerialization = "UriComponents.SerializationInfoString must not be combined with other UriComponents.";
586         public const string net_emptystringset = "This property cannot be set to an empty string.";
587         public const string net_emptystringcall = "The parameter '{0}' cannot be an empty string.";
588         public const string net_headers_req = "This collection holds response headers and cannot contain the specified request header.";
589         public const string net_headers_rsp = "This collection holds request headers and cannot contain the specified response header.";
590         public const string net_headers_toolong = "Header values cannot be longer than {0} characters.";
591         public const string net_WebHeaderInvalidControlChars = "Specified value has invalid Control characters.";
592         public const string net_WebHeaderInvalidCRLFChars = "Specified value has invalid CRLF characters.";
593         public const string net_WebHeaderInvalidHeaderChars = "Specified value has invalid HTTP Header characters.";
594         public const string net_WebHeaderInvalidNonAsciiChars = "Specified value has invalid non-ASCII characters.";
595         public const string net_WebHeaderMissingColon = "Specified value does not have a ':' separator.";
596         public const string net_headerrestrict = "The '{0}' header must be modified using the appropriate property or method.";
597         public const string net_io_completionportwasbound = "The socket has already been bound to an io completion port.";
598         public const string net_io_writefailure = "Unable to write data to the transport connection: {0}.";
599         public const string net_io_readfailure = "Unable to read data from the transport connection: {0}.";
600         public const string net_io_connectionclosed = "The connection was closed";
601         public const string net_io_transportfailure = "Unable to create a transport connection.";
602         public const string net_io_internal_bind = "Internal Error: A socket handle could not be bound to a completion port.";
603         public const string net_io_invalidasyncresult = "The IAsyncResult object was not returned from the corresponding asynchronous method on this class.";
604         public const string net_io_invalidnestedcall = "The {0} method cannot be called when another {1} operation is pending.";
605         public const string net_io_invalidendcall = "{0} can only be called once for each asynchronous operation.";
606         public const string net_io_must_be_rw_stream = "The stream has to be read/write.";
607         public const string net_io_header_id = "Found a wrong header field {0} read = {1}, expected = {2}.";
608         public const string net_io_out_range = "The byte count must not exceed {0} bytes for this stream type.";
609         public const string net_io_encrypt = "The encryption operation failed, see inner exception.";
610         public const string net_io_decrypt = "The decryption operation failed, see inner exception.";
611         public const string net_io_read = "The read operation failed, see inner exception.";
612         public const string net_io_write = "The write operation failed, see inner exception.";
613         public const string net_io_eof = "Received an unexpected EOF or 0 bytes from the transport stream.";
614         public const string net_io_async_result = "The parameter: {0} is not valid. Use the object returned from corresponding Begin async call.";
615         public const string net_listener_mustcall = "Please call the {0} method before calling this method.";
616         public const string net_listener_mustcompletecall = "The in-progress method {0} must be completed first.";
617         public const string net_listener_callinprogress = "Cannot re-call {0} while a previous call is still in progress.";
618         public const string net_listener_scheme = "Only Uri prefixes starting with 'http://' or 'https://' are supported.";
619         public const string net_listener_host = "Only Uri prefixes with a valid hostname are supported.";
620         public const string net_listener_slash = "Only Uri prefixes ending in '/' are allowed.";
621         public const string net_listener_repcall = "This method cannot be called twice.";
622         public const string net_listener_invalid_cbt_type = "Querying the {0} Channel Binding is not supported.";
623         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.";
624         public const string net_listener_cannot_set_custom_cbt = "Custom channel bindings are not supported.";
625         public const string net_listener_cbt_not_supported = "HTTP.SYS doesn't support extended protection. Please install the latest HTTP.SYS update.";
626         public const string net_listener_detach_error = "Can't detach Url group from request queue. Status code: {0}.";
627         public const string net_listener_close_urlgroup_error = "Can't close Url group. Status code: {0}.";
628         public const string net_tls_version = "The SSL version is not supported.";
629         public const string net_perm_target = "Cannot cast target permission type.";
630         public const string net_perm_both_regex = "Cannot subset Regex. Only support if both patterns are identical.";
631         public const string net_perm_none = "There are no permissions to check.";
632         public const string net_perm_attrib_count = "The value for '{0}' must be specified.";
633         public const string net_perm_invalid_val = "The parameter value '{0}={1}' is invalid.";
634         public const string net_perm_attrib_multi = "The permission '{0}={1}' cannot be added. Add a separate Attribute statement.";
635         public const string net_perm_epname = "The argument value '{0}' is invalid for creating a SocketPermission object.";
636         public const string net_perm_invalid_val_in_element = "The '{0}' element contains one or more invalid values.";
637         public const string net_invalid_ip_addr = "IPv4 address 0.0.0.0 and IPv6 address ::0 are unspecified addresses that cannot be used as a target address.";
638         public const string dns_bad_ip_address = "An invalid IP address was specified.";
639         public const string net_bad_mac_address = "An invalid physical address was specified.";
640         public const string net_ping = "An exception occurred during a Ping request.";
641         public const string net_bad_ip_address_prefix = "An invalid IP address prefix was specified.";
642         public const string net_max_ip_address_list_length_exceeded = "Too many addresses to sort. The maximum number of addresses allowed are {0}.";
643         public const string net_ipv4_not_installed = "IPv4 is not installed.";
644         public const string net_ipv6_not_installed = "IPv6 is not installed.";
645         public const string net_webclient = "An exception occurred during a WebClient request.";
646         public const string net_webclient_ContentType = "The Content-Type header cannot be changed from its default value for this request.";
647         public const string net_webclient_Multipart = "The Content-Type header cannot be set to a multipart type for this request.";
648         public const string net_webclient_no_concurrent_io_allowed = "WebClient does not support concurrent I/O operations.";
649         public const string net_webclient_invalid_baseaddress = "The specified value is not a valid base address.";
650         public const string net_container_add_cookie = "An error occurred when adding a cookie to the container.";
651         public const string net_cookie_invalid = "Invalid contents for cookie = '{0}'.";
652         public const string net_cookie_size = "The value size of the cookie is '{0}'. This exceeds the configured maximum size, which is '{1}'.";
653         public const string net_cookie_parse_header = "An error occurred when parsing the Cookie header for Uri '{0}'.";
654         public const string net_cookie_attribute = "The '{0}'='{1}' part of the cookie is invalid.";
655         public const string net_cookie_format = "Cookie format error.";
656         public const string net_cookie_exists = "Cookie already exists.";
657         public const string net_cookie_capacity_range = "'{0}' has to be greater than '{1}' and less than '{2}'.";
658         public const string net_set_token = "Failed to impersonate a thread doing authentication of a Web Request.";
659         public const string net_revert_token = "Failed to revert the thread token after authenticating a Web Request.";
660         public const string net_ssl_io_async_context = "Async context creation failed.";
661         public const string net_ssl_io_encrypt = "The encryption operation failed, see inner exception.";
662         public const string net_ssl_io_decrypt = "The decryption operation failed, see inner exception.";
663         public const string net_ssl_io_context_expired = "The security context has expired.";
664         public const string net_ssl_io_handshake_start = "The handshake failed. The remote side has dropped the stream.";
665         public const string net_ssl_io_handshake = "The handshake failed, see inner exception.";
666         public const string net_ssl_io_frame = "The handshake failed due to an unexpected packet format.";
667         public const string net_ssl_io_corrupted = "The stream is corrupted due to an invalid SSL version number in the SSL protocol header.";
668         public const string net_ssl_io_cert_validation = "The remote certificate is invalid according to the validation procedure.";
669         public const string net_ssl_io_invalid_end_call = "{0} can only be called once for each asynchronous operation.";
670         public const string net_ssl_io_invalid_begin_call = "{0} cannot be called when another {1} operation is pending.";
671         public const string net_ssl_io_no_server_cert = "The server mode SSL must use a certificate with the associated private key.";
672         public const string net_auth_bad_client_creds = "The server has rejected the client credentials.";
673         public const string net_auth_bad_client_creds_or_target_mismatch = "Either the target name is incorrect or the server has rejected the client credentials.";
674         public const string net_auth_context_expectation = "A security requirement was not fulfilled during authentication. Required: {0}, negotiated: {1}.";
675         public const string net_auth_context_expectation_remote = "A remote side security requirement was not fulfilled during authentication. Try increasing the ProtectionLevel and/or ImpersonationLevel.";
676         public const string net_auth_supported_impl_levels = "The supported values are Identification, Impersonation or Delegation.";
677         public const string net_auth_no_anonymous_support = "The TokenImpersonationLevel.Anonymous level is not supported for authentication.";
678         public const string net_auth_reauth = "This operation is not allowed on a security context that has already been authenticated.";
679         public const string net_auth_noauth = "This operation is only allowed using a successfully authenticated context.";
680         public const string net_auth_client_server = "Once authentication is attempted as the client or server, additional authentication attempts must use the same client or server role.";
681         public const string net_auth_noencryption = "This authenticated context does not support data encryption.";
682         public const string net_auth_SSPI = "A call to SSPI failed, see inner exception.";
683         public const string net_auth_failure = "Authentication failed, see inner exception.";
684         public const string net_auth_eof = "Authentication failed because the remote party has closed the transport stream.";
685         public const string net_auth_alert = "Authentication failed on the remote side (the stream might still be available for additional authentication attempts).";
686         public const string net_auth_ignored_reauth = "Re-authentication failed because the remote party continued to encrypt more than {0} bytes before answering re-authentication.";
687         public const string net_auth_empty_read = "Protocol error: cannot proceed with SSPI handshake because an empty blob was received.";
688         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.";
689         public const string net_auth_must_specify_extended_protection_scheme = "An extended protection policy must specify either a custom channel binding or a custom service name collection.";
690         public const string net_frame_size = "Received an invalid authentication frame. The message size is limited to {0} bytes, attempted to read {1} bytes.";
691         public const string net_frame_read_io = "Received incomplete authentication message. Remote party has probably closed the connection.";
692         public const string net_frame_read_size = "Cannot determine the frame size or a corrupted frame was received.";
693         public const string net_frame_max_size = "The payload size is limited to {0}, attempted set it to {1}.";
694         public const string net_jscript_load = "The proxy JScript file threw an exception while being initialized: {0}.";
695         public const string net_proxy_not_gmt = "The specified value is not a valid GMT time.";
696         public const string net_proxy_invalid_dayofweek = "The specified value is not a valid day of the week.";
697         public const string net_proxy_invalid_url_format = "The system proxy settings contain an invalid proxy server setting: '{0}'.";
698         public const string net_param_not_string = "Argument must be a string instead of {0}.";
699         public const string net_value_cannot_be_negative = "The specified value cannot be negative.";
700         public const string net_invalid_offset = "Value of offset cannot be negative or greater than the length of the buffer.";
701         public const string net_offset_plus_count = "Sum of offset and count cannot be greater than the length of the buffer.";
702         public const string net_cannot_be_false = "The specified value cannot be false.";
703         public const string net_invalid_enum = "The specified value is not valid in the '{0}' enumeration.";
704         public const string net_listener_already = "Failed to listen on prefix '{0}' because it conflicts with an existing registration on the machine.";
705         public const string net_cache_shadowstream_not_writable = "Shadow stream must be writable.";
706         public const string net_cache_validator_fail = "The validation method {0}() returned a failure for this request.";
707         public const string net_cache_access_denied = "For this RequestCache object, {0} access is denied.";
708         public const string net_cache_validator_result = "The validation method {0}() returned the unexpected status: {1}.";
709         public const string net_cache_retrieve_failure = "Cache retrieve failed: {0}.";
710         public const string net_cache_not_supported_body = "The cached response is not supported for a request with a content body.";
711         public const string net_cache_not_supported_command = "The cached response is not supported for a request with the specified request method.";
712         public const string net_cache_not_accept_response = "The cache protocol refused the server response. To allow automatic request retrying, set request.AllowAutoRedirect to true.";
713         public const string net_cache_method_failed = "The request (Method = {0}) cannot be served from the cache and will fail because of the effective CachePolicy: {1}.";
714         public const string net_cache_key_failed = "The request failed because no cache entry (CacheKey = {0}) was found and the effective CachePolicy is {1}.";
715         public const string net_cache_no_stream = "The cache protocol returned a cached response but the cache entry is invalid because it has a null stream. (Cache Key = {0}).";
716         public const string net_cache_unsupported_partial_stream = "A partial content stream does not support this operation or some method argument is out of range.";
717         public const string net_cache_not_configured = "No cache protocol is available for this request.";
718         public const string net_cache_non_seekable_stream_not_supported = "The transport stream instance passed in the RangeStream constructor is not seekable and therefore is not supported.";
719         public const string net_invalid_cast = "Invalid cast from {0} to {1}.";
720         public const string net_collection_readonly = "The collection is read-only.";
721         public const string net_not_ipermission = "Specified value does not contain 'IPermission' as its tag.";
722         public const string net_no_classname = "Specified value does not contain a 'class' attribute.";
723         public const string net_no_typename = "The value class attribute is not valid.";
724         public const string net_array_too_small = "The target array is too small.";
725         public const string net_servicePointAddressNotSupportedInHostMode = "This property is not supported for protocols that do not use URI.";
726         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.";
727         public const string net_Websockets_WebSocketBaseFaulted = "An exception caused the WebSocket to enter the Aborted state. Please see the InnerException, if present, for more details.";
728         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}'";
729         public const string net_WebSockets_Generic = "An internal WebSocket error occurred. Please see the innerException, if present, for more details.";
730         public const string net_WebSockets_NotAWebSocket_Generic = "A WebSocket operation was called on a request or response that is not a WebSocket.";
731         public const string net_WebSockets_UnsupportedWebSocketVersion_Generic = "Unsupported WebSocket version.";
732         public const string net_WebSockets_HeaderError_Generic = "The WebSocket request or response contained unsupported header(s).";
733         public const string net_WebSockets_UnsupportedProtocol_Generic = "The WebSocket request or response operation was called with unsupported protocol(s).";
734         public const string net_WebSockets_UnsupportedPlatform = "The WebSocket protocol is not supported on this platform.";
735         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}'.";
736         public const string net_WebSockets_AcceptUnsupportedWebSocketVersion = "The {0} operation was called on an incoming request with WebSocket version '{1}', expected '{2}'.";
737         public const string net_WebSockets_AcceptHeaderNotFound = "The {0} operation was called on an incoming WebSocket request without required '{1}' header.";
738         public const string net_WebSockets_AcceptUnsupportedProtocol = "The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).";
739         public const string net_WebSockets_ClientAcceptingNoProtocols = "The WebSocket client did not request any protocols, but server attempted to accept '{0}' protocol(s).";
740         public const string net_WebSockets_ClientSecWebSocketProtocolsBlank = "The WebSocket client sent a blank '{0}' header; this is not allowed by the WebSocket protocol specification. The client should omit the header if the client is not negotiating any sub-protocols.";
741         public const string net_WebSockets_ArgumentOutOfRange_TooSmall = "The argument must be a value greater than {0}.";
742         public const string net_WebSockets_ArgumentOutOfRange_InternalBuffer = "The byte array must have a length of at least '{0}' bytes.";
743         public const string net_WebSockets_ArgumentOutOfRange_TooBig = "The value of the '{0}' parameter ({1}) must be less than or equal to {2}.";
744         public const string net_WebSockets_InvalidState_Generic = "The WebSocket instance cannot be used for communication because it has been transitioned into an invalid state.";
745         public const string net_WebSockets_InvalidState_ClosedOrAborted = "The '{0}' instance cannot be used for communication because it has been transitioned into the '{1}' state.";
746         public const string net_WebSockets_InvalidState = "The WebSocket is in an invalid state ('{0}') for this operation. Valid states are: '{1}'";
747         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.";
748         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.";
749         public const string net_WebSockets_InvalidBufferType = "The buffer type '{0}' is invalid. Valid buffer types are: '{1}', '{2}', '{3}', '{4}', '{5}'.";
750         public const string net_WebSockets_InvalidMessageType_Generic = "The received  message type 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.";
751         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.";
752         public const string net_WebSockets_ConnectionClosedPrematurely_Generic = "The remote party closed the WebSocket connection without completing the close handshake.";
753         public const string net_WebSockets_InvalidCharInProtocolString = "The WebSocket protocol '{0}' is invalid because it contains the invalid character '{1}'.";
754         public const string net_WebSockets_InvalidEmptySubProtocol = "Empty string is not a valid subprotocol value. Please use \"null\" to specify no value.";
755         public const string net_WebSockets_ReasonNotNull = "The close status description '{0}' is invalid. When using close status code '{1}' the description must be null.";
756         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.";
757         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.";
758         public const string net_WebSockets_Scheme = "Only Uris starting with 'ws://' or 'wss://' are supported.";
759         public const string net_WebSockets_AlreadyStarted = "The WebSocket has already been started.";
760         public const string net_WebSockets_Connect101Expected = "The server returned status code '{0}' when status code '101' was expected.";
761         public const string net_WebSockets_InvalidResponseHeader = "The '{0}' header value '{1}' is invalid.";
762         public const string net_WebSockets_NotConnected = "The WebSocket is not connected.";
763         public const string net_WebSockets_InvalidRegistration = "The WebSocket schemes must be registered with the HttpWebRequest class.";
764         public const string net_WebSockets_NoDuplicateProtocol = "Duplicate protocols are not allowed: '{0}'.";
765         public const string net_log_exception = "Exception in {0}::{1} - {2}.";
766         public const string net_log_listener_delegate_exception = "Sending 500 response, AuthenticationSchemeSelectorDelegate threw an exception: {0}.";
767         public const string net_log_listener_unsupported_authentication_scheme = "Received a request with an unsupported authentication scheme, Authorization:{0} SupportedSchemes:{1}.";
768         public const string net_log_listener_unmatched_authentication_scheme = "Received a request with an unmatched or no authentication scheme. AuthenticationSchemes:{0}, Authorization:{1}.";
769         public const string net_log_listener_create_valid_identity_failed = "Failed to create a valid Identity for an incoming request.";
770         public const string net_log_listener_httpsys_registry_null = "Can't open Registry key '{0}'.";
771         public const string net_log_listener_httpsys_registry_error = "Exception thrown while reading Registry key '{0}': {1}";
772         public const string net_log_listener_cant_convert_raw_path = "Can't convert Uri path '{0}' using encoding '{1}'.";
773         public const string net_log_listener_cant_convert_percent_value = "Can't convert percent encoded value '{0}'.";
774         public const string net_log_listener_cant_convert_bytes = "Can't convert bytes '{0}' into UTF-16 characters: {1}";
775         public const string net_log_listener_cant_convert_to_utf8 = "Can't convert string '{0}' into UTF-8 bytes: {1}";
776         public const string net_log_listener_cant_create_uri = "Can't create Uri from string '{0}://{1}{2}{3}'.";
777         public const string net_log_listener_no_cbt_disabled = "No channel binding check because extended protection is disabled.";
778         public const string net_log_listener_no_cbt_http = "No channel binding check for requests without a secure channel.";
779         public const string net_log_listener_no_cbt_platform = "No channel binding check because the underlying platform does not support extended protection.";
780         public const string net_log_listener_no_cbt_trustedproxy = "No channel binding check for the trusted proxy scenario.";
781         public const string net_log_listener_cbt = "Channel binding check enabled.";
782         public const string net_log_listener_no_spn_kerberos = "No explicit service name check because Kerberos authentication already validates the service name.";
783         public const string net_log_listener_no_spn_disabled = "No service name check because extended protection is disabled.";
784         public const string net_log_listener_no_spn_cbt = "No service name check because the channel binding was already checked.";
785         public const string net_log_listener_no_spn_platform = "No service name check because the underlying platform does not support extended protection.";
786         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.";
787         public const string net_log_listener_no_spn_loopback = "No service name check because the authentication was from a client on the local machine.";
788         public const string net_log_listener_spn = "Client provided service name '{0}'.";
789         public const string net_log_listener_spn_passed = "Service name check succeeded.";
790         public const string net_log_listener_spn_failed = "Service name check failed.";
791         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.";
792         public const string net_log_listener_spn_failed_empty = "No acceptable service names were configured!";
793         public const string net_log_listener_spn_failed_dump = "Dumping acceptable service names:";
794         public const string net_log_listener_spn_add = "Adding default service name '{0}' from prefix '{1}'.";
795         public const string net_log_listener_spn_not_add = "No default service name added for prefix '{0}'.";
796         public const string net_log_listener_spn_remove = "Removing default service name '{0}' from prefix '{1}'.";
797         public const string net_log_listener_spn_not_remove = "No default service name removed for prefix '{0}'.";
798         public const string net_log_sspi_enumerating_security_packages = "Enumerating security packages:";
799         public const string net_log_sspi_security_package_not_found = "Security package '{0}' was not found.";
800         public const string net_log_sspi_security_context_input_buffer = "{0}(In-Buffer length={1}, Out-Buffer length={2}, returned code={3}).";
801         public const string net_log_sspi_security_context_input_buffers = "{0}(In-Buffers count={1}, Out-Buffer length={2}, returned code={3}).";
802         public const string net_log_sspi_selected_cipher_suite = "{0}(Protocol={1}, Cipher={2} {3} bit strength, Hash={4} {5} bit strength, Key Exchange={6} {7} bit strength).";
803         public const string net_log_remote_certificate = "Remote certificate: {0}.";
804         public const string net_log_locating_private_key_for_certificate = "Locating the private key for the certificate: {0}.";
805         public const string net_log_cert_is_of_type_2 = "Certificate is of type X509Certificate2 and contains the private key.";
806         public const string net_log_found_cert_in_store = "Found the certificate in the {0} store.";
807         public const string net_log_did_not_find_cert_in_store = "Cannot find the certificate in either the LocalMachine store or the CurrentUser store.";
808         public const string net_log_open_store_failed = "Opening Certificate store {0} failed, exception: {1}.";
809         public const string net_log_got_certificate_from_delegate = "Got a certificate from the client delegate.";
810         public const string net_log_no_delegate_and_have_no_client_cert = "Client delegate did not provide a certificate; and there are not other user-provided certificates. Need to attempt a session restart.";
811         public const string net_log_no_delegate_but_have_client_cert = "Client delegate did not provide a certificate; but there are other user-provided certificates\".";
812         public const string net_log_attempting_restart_using_cert = "Attempting to restart the session using the user-provided certificate: {0}.";
813         public const string net_log_no_issuers_try_all_certs = "We have user-provided certificates. The server has not specified any issuers, so try all the certificates.";
814         public const string net_log_server_issuers_look_for_matching_certs = "We have user-provided certificates. The server has specified {0} issuer(s). Looking for certificates that match any of the issuers.";
815         public const string net_log_selected_cert = "Selected certificate: {0}.";
816         public const string net_log_n_certs_after_filtering = "Left with {0} client certificates to choose from.";
817         public const string net_log_finding_matching_certs = "Trying to find a matching certificate in the certificate store.";
818         public const string net_log_using_cached_credential = "Using the cached credential handle.";
819         public const string net_log_remote_cert_user_declared_valid = "Remote certificate was verified as valid by the user.";
820         public const string net_log_remote_cert_user_declared_invalid = "Remote certificate was verified as invalid by the user.";
821         public const string net_log_remote_cert_has_no_errors = "Remote certificate has no errors.";
822         public const string net_log_remote_cert_has_errors = "Remote certificate has errors:";
823         public const string net_log_remote_cert_not_available = "The remote server did not provide a certificate.";
824         public const string net_log_remote_cert_name_mismatch = "Certificate name mismatch.";
825         public const string net_log_proxy_autodetect_script_location_parse_error = "WebProxy failed to parse the auto-detected location of a proxy script:\"{0}\" into a Uri.";
826         public const string net_log_proxy_autodetect_failed = "WebProxy failed to autodetect a Uri for a proxy script.";
827         public const string net_log_proxy_script_execution_error = "WebProxy caught an exception while executing the ScriptReturn script: {0}.";
828         public const string net_log_proxy_script_download_compile_error = "WebProxy caught an exception while  downloading/compiling the proxy script: {0}.";
829         public const string net_log_proxy_system_setting_update = "ScriptEngine was notified of a potential change in the system's proxy settings and will update WebProxy settings.";
830         public const string net_log_proxy_update_due_to_ip_config_change = "ScriptEngine was notified of a change in the IP configuration and will update WebProxy settings.";
831         public const string net_log_proxy_called_with_null_parameter = "{0} was called with a null '{1}' parameter.";
832         public const string net_log_proxy_called_with_invalid_parameter = "{0} was called with an invalid parameter.";
833         public const string net_log_proxy_ras_supported = "RAS supported: {0}";
834         public const string net_log_proxy_ras_notsupported_exception = "RAS is not supported. Can't create RasHelper instance.";
835         public const string net_log_proxy_winhttp_cant_open_session = "Can't open WinHttp session. Error code: {0}.";
836         public const string net_log_proxy_winhttp_getproxy_failed = "Can't retrieve proxy settings for Uri '{0}'. Error code: {1}.";
837         public const string net_log_proxy_winhttp_timeout_error = "Can't specify proxy discovery timeout. Error code: {0}.";
838         public const string net_log_cache_validation_failed_resubmit = "Resubmitting this request because cache cannot validate the response.";
839         public const string net_log_cache_refused_server_response = "Caching protocol has refused the server response. To allow automatic request retrying set request.AllowAutoRedirect=true.";
840         public const string net_log_cache_ftp_proxy_doesnt_support_partial = "This FTP request is configured to use a proxy through HTTP protocol. Cache revalidation and partially cached responses are not supported.";
841         public const string net_log_cache_ftp_method = "FTP request method={0}.";
842         public const string net_log_cache_ftp_supports_bin_only = "Caching is not supported for non-binary FTP request mode.";
843         public const string net_log_cache_replacing_entry_with_HTTP_200 = "Replacing cache entry metadata with 'HTTP/1.1 200 OK' status line to satisfy HTTP cache protocol logic.";
844         public const string net_log_cache_now_time = "[Now Time (UTC)] = {0}.";
845         public const string net_log_cache_max_age_absolute = "[MaxAge] Absolute time expiration check (sensitive to clock skew), cache Expires: {0}.";
846         public const string net_log_cache_age1 = "[Age1] Now - LastSynchronized = [Age1] Now - LastSynchronized = {0}, Last Synchronized: {1}.";
847         public const string net_log_cache_age1_date_header = "[Age1] NowTime-Date Header = {0}, Date Header: {1}.";
848         public const string net_log_cache_age1_last_synchronized = "[Age1] Now - LastSynchronized + AgeHeader = {0}, Last Synchronized: {1}.";
849         public const string net_log_cache_age1_last_synchronized_age_header = "[Age1] Now - LastSynchronized + AgeHeader = {0}, Last Synchronized: {1}, Age Header: {2}.";
850         public const string net_log_cache_age2 = "[Age2] AgeHeader = {0}.";
851         public const string net_log_cache_max_age_cache_s_max_age = "[MaxAge] Cache s_MaxAge = {0}.";
852         public const string net_log_cache_max_age_expires_date = "[MaxAge] Cache Expires - Date = {0}, Expires: {1}.";
853         public const string net_log_cache_max_age_cache_max_age = "[MaxAge] Cache MaxAge = {0}.";
854         public const string net_log_cache_no_max_age_use_10_percent = "[MaxAge] Cannot compute Cache MaxAge, use 10% since LastModified: {0}, LastModified: {1}.";
855         public const string net_log_cache_no_max_age_use_default = "[MaxAge] Cannot compute Cache MaxAge, using default RequestCacheValidator.UnspecifiedMaxAge: {0}.";
856         public const string net_log_cache_validator_invalid_for_policy = "This validator should not be called for policy : {0}.";
857         public const string net_log_cache_response_last_modified = "Response LastModified={0},  ContentLength= {1}.";
858         public const string net_log_cache_cache_last_modified = "Cache    LastModified={0},  ContentLength= {1}.";
859         public const string net_log_cache_partial_and_non_zero_content_offset = "A Cache Entry is partial and the user request has non zero ContentOffset = {0}. A restart from cache is not supported for partial cache entries.";
860         public const string net_log_cache_response_valid_based_on_policy = "Response is valid based on Policy = {0}.";
861         public const string net_log_cache_null_response_failure = "Response is null so this Request should fail.";
862         public const string net_log_cache_ftp_response_status = "FTP Response Status={0}, {1}.";
863         public const string net_log_cache_resp_valid_based_on_retry = "Accept this response as valid based on the retry count = {0}.";
864         public const string net_log_cache_no_update_based_on_method = "Cache is not updated based on the request Method = {0}.";
865         public const string net_log_cache_removed_existing_invalid_entry = "Existing entry is removed because it was found invalid.";
866         public const string net_log_cache_not_updated_based_on_policy = "Cache is not updated based on Policy = {0}.";
867         public const string net_log_cache_not_updated_because_no_response = "Cache is not updated because there is no response associated with the request.";
868         public const string net_log_cache_removed_existing_based_on_method = "Existing cache entry is removed based on the request Method = {0}.";
869         public const string net_log_cache_existing_not_removed_because_unexpected_response_status = "Existing cache entry should but cannot be removed due to unexpected response Status = ({0}) {1}.";
870         public const string net_log_cache_removed_existing_based_on_policy = "Existing cache entry is removed based on Policy = {0}.";
871         public const string net_log_cache_not_updated_based_on_ftp_response_status = "Cache is not updated based on the FTP response status. Expected = {0}, actual = {1}.";
872         public const string net_log_cache_update_not_supported_for_ftp_restart = "Cache update is not supported for restarted FTP responses. Restart offset = {0}.";
873         public const string net_log_cache_removed_entry_because_ftp_restart_response_changed = "Existing cache entry is removed since a restarted response was changed on the server, cache LastModified date = {0}, new LastModified date = {1}.";
874         public const string net_log_cache_last_synchronized = "The cache entry last synchronized time = {0}.";
875         public const string net_log_cache_suppress_update_because_synched_last_minute = "Suppressing cache update since the entry was synchronized within the last minute.";
876         public const string net_log_cache_updating_last_synchronized = "Updating cache entry last synchronized time = {0}.";
877         public const string net_log_cache_cannot_remove = "{0} Cannot Remove (throw): Key = {1}, Error = {2}.";
878         public const string net_log_cache_key_status = "{0}, Key = {1}, -> Status = {2}.";
879         public const string net_log_cache_key_remove_failed_status = "{0}, Key = {1}, Remove operation failed -> Status = {2}.";
880         public const string net_log_cache_usecount_file = "{0}, UseCount = {1}, File = {2}.";
881         public const string net_log_cache_stream = "{0}, stream = {1}.";
882         public const string net_log_cache_filename = "{0} -> Filename = {1}, Status = {2}.";
883         public const string net_log_cache_lookup_failed = "{0}, Lookup operation failed -> {1}.";
884         public const string net_log_cache_exception = "{0}, Exception = {1}.";
885         public const string net_log_cache_expected_length = "Expected length (0=none)= {0}.";
886         public const string net_log_cache_last_modified = "LastModified    (0=none)= {0}.";
887         public const string net_log_cache_expires = "Expires         (0=none)= {0}.";
888         public const string net_log_cache_max_stale = "MaxStale (sec)          = {0}.";
889         public const string net_log_cache_dumping_metadata = "...Dumping Metadata...";
890         public const string net_log_cache_create_failed = "Create operation failed -> {0}.";
891         public const string net_log_cache_set_expires = "Set Expires               ={0}.";
892         public const string net_log_cache_set_last_modified = "Set LastModified          ={0}.";
893         public const string net_log_cache_set_last_synchronized = "Set LastSynchronized      ={0}.";
894         public const string net_log_cache_enable_max_stale = "Enable MaxStale (sec) ={0}.";
895         public const string net_log_cache_disable_max_stale = "Disable MaxStale (set to 0).";
896         public const string net_log_cache_set_new_metadata = "Set new Metadata.";
897         public const string net_log_cache_dumping = "...Dumping...";
898         public const string net_log_cache_key = "{0}, Key = {1}.";
899         public const string net_log_cache_no_commit = "{0}, Nothing was written to the stream, do not commit that cache entry.";
900         public const string net_log_cache_error_deleting_filename = "{0}, Error deleting a Filename = {1}.";
901         public const string net_log_cache_update_failed = "{0}, Key = {1}, Update operation failed -> {2}.";
902         public const string net_log_cache_delete_failed = "{0}, Key = {1}, Delete operation failed -> {2}.";
903         public const string net_log_cache_commit_failed = "{0}, Key = {1}, Commit operation failed -> {2}.";
904         public const string net_log_cache_committed_as_partial = "{0}, Key = {1}, Committed entry as partial, not cached bytes count = {2}.";
905         public const string net_log_cache_max_stale_and_update_status = "{0}, MaxStale = {1}, Update Status = {2}.";
906         public const string net_log_cache_failing_request_with_exception = "Failing request with the WebExceptionStatus = {0}.";
907         public const string net_log_cache_request_method = "Request Method = {0}.";
908         public const string net_log_cache_http_status_parse_failure = "Cannot Parse Cache HTTP Status Line: {0}.";
909         public const string net_log_cache_http_status_line = "Entry Status Line = HTTP/{0} {1} {2}.";
910         public const string net_log_cache_cache_control = "Cache Cache-Control = {0}.";
911         public const string net_log_cache_invalid_http_version = "The cached version is invalid, assuming HTTP 1.0.";
912         public const string net_log_cache_no_http_response_header = "This Cache Entry does not carry HTTP response headers.";
913         public const string net_log_cache_http_header_parse_error = "Cannot parse HTTP headers in entry metadata, offending string: {0}.";
914         public const string net_log_cache_metadata_name_value_parse_error = "Cannot parse all strings in system metadata as \"name:value\", offending string: {0}.";
915         public const string net_log_cache_content_range_error = "Invalid format of Response Content-Range:{0}.";
916         public const string net_log_cache_cache_control_error = "Invalid CacheControl header = {0}.";
917         public const string net_log_cache_unexpected_status = "The cache protocol method {0} has returned unexpected status: {1}.";
918         public const string net_log_cache_object_and_exception = "{0} exception: {1}.";
919         public const string net_log_cache_revalidation_not_needed = "{0}, No cache entry revalidation is needed.";
920         public const string net_log_cache_not_updated_based_on_cache_protocol_status = "{0}, Cache is not updated based on the current cache protocol status = {1}.";
921         public const string net_log_cache_closing_cache_stream = "{0}: {1} Closing effective cache stream, type = {2}, cache entry key = {3}.";
922         public const string net_log_cache_exception_ignored = "{0}: an exception (ignored) on {1} = {2}.";
923         public const string net_log_cache_no_cache_entry = "{0} has requested a cache response but the entry does not exist (Stream.Null).";
924         public const string net_log_cache_null_cached_stream = "{0} has requested a cache response but the cached stream is null.";
925         public const string net_log_cache_requested_combined_but_null_cached_stream = "{0} has requested a combined response but the cached stream is null.";
926         public const string net_log_cache_returned_range_cache = "{0} has returned a range cache stream, Offset = {1}, Length = {2}.";
927         public const string net_log_cache_entry_not_found_freshness_undefined = "{0}, Cache Entry not found, freshness result = Undefined.";
928         public const string net_log_cache_dumping_cache_context = "...Dumping Cache Context...";
929         public const string net_log_cache_result = "{0}, result = {1}.";
930         public const string net_log_cache_uri_with_query_has_no_expiration = "Request Uri has a Query, and no explicit expiration time is provided.";
931         public const string net_log_cache_uri_with_query_and_cached_resp_from_http_10 = "Request Uri has a Query, and cached response is from HTTP 1.0 server.";
932         public const string net_log_cache_valid_as_fresh_or_because_policy = "Valid as fresh or because of Cache Policy = {0}.";
933         public const string net_log_cache_accept_based_on_retry_count = "Accept this response base on the retry count = {0}.";
934         public const string net_log_cache_date_header_older_than_cache_entry = "Response Date header value is older than that of the cache entry.";
935         public const string net_log_cache_server_didnt_satisfy_range = "Server did not satisfy the range: {0}.";
936         public const string net_log_cache_304_received_on_unconditional_request = "304 response was received on an unconditional request.";
937         public const string net_log_cache_304_received_on_unconditional_request_expected_200_206 = "304 response was received on an unconditional request, but expected response code is 200 or 206.";
938         public const string net_log_cache_last_modified_header_older_than_cache_entry = "HTTP 1.0 Response Last-Modified header value is older than that of the cache entry.";
939         public const string net_log_cache_freshness_outside_policy_limits = "Response freshness is not within the specified policy limits.";
940         public const string net_log_cache_need_to_remove_invalid_cache_entry_304 = "Need to remove an invalid cache entry with status code == 304(NotModified).";
941         public const string net_log_cache_resp_status = "Response Status = {0}.";
942         public const string net_log_cache_resp_304_or_request_head = "Response==304 or Request was HEAD, updating cache entry.";
943         public const string net_log_cache_dont_update_cached_headers = "Do not update Cached Headers.";
944         public const string net_log_cache_update_cached_headers = "Update Cached Headers.";
945         public const string net_log_cache_partial_resp_not_combined_with_existing_entry = "A partial response is not combined with existing cache entry, Cache Stream Size = {0}, response Range Start = {1}.";
946         public const string net_log_cache_request_contains_conditional_header = "User Request contains a conditional header.";
947         public const string net_log_cache_not_a_get_head_post = "This was Not a GET, HEAD or POST request.";
948         public const string net_log_cache_cannot_update_cache_if_304 = "Cannot update cache if Response status == 304 and a cache entry was not found.";
949         public const string net_log_cache_cannot_update_cache_with_head_resp = "Cannot update cache with HEAD response if the cache entry does not exist.";
950         public const string net_log_cache_http_resp_is_null = "HttpWebResponse is null.";
951         public const string net_log_cache_resp_cache_control_is_no_store = "Response Cache-Control = no-store.";
952         public const string net_log_cache_resp_cache_control_is_public = "Response Cache-Control = public.";
953         public const string net_log_cache_resp_cache_control_is_private = "Response Cache-Control = private, and Cache is public.";
954         public const string net_log_cache_resp_cache_control_is_private_plus_headers = "Response Cache-Control = private+Headers, removing those headers.";
955         public const string net_log_cache_resp_older_than_cache = "HttpWebResponse date is older than of the cached one.";
956         public const string net_log_cache_revalidation_required = "Response revalidation is always required but neither Last-Modified nor ETag header is set on the response.";
957         public const string net_log_cache_needs_revalidation = "Response can be cached although it will always require revalidation.";
958         public const string net_log_cache_resp_allows_caching = "Response explicitly allows caching = Cache-Control: {0}.";
959         public const string net_log_cache_auth_header_and_no_s_max_age = "Request carries Authorization Header and no s-maxage, proxy-revalidate or public directive found.";
960         public const string net_log_cache_post_resp_without_cache_control_or_expires = "POST Response without Cache-Control or Expires headers.";
961         public const string net_log_cache_valid_based_on_status_code = "Valid based on Status Code: {0}.";
962         public const string net_log_cache_resp_no_cache_control = "Response with no CacheControl and Status Code = {0}.";
963         public const string net_log_cache_age = "Cache Age = {0}, Cache MaxAge = {1}.";
964         public const string net_log_cache_policy_min_fresh = "Client Policy MinFresh = {0}.";
965         public const string net_log_cache_policy_max_age = "Client Policy MaxAge = {0}.";
966         public const string net_log_cache_policy_cache_sync_date = "Client Policy CacheSyncDate (UTC) = {0}, Cache LastSynchronizedUtc = {1}.";
967         public const string net_log_cache_policy_max_stale = "Client Policy MaxStale = {0}.";
968         public const string net_log_cache_control_no_cache = "Cached CacheControl = no-cache.";
969         public const string net_log_cache_control_no_cache_removing_some_headers = "Cached CacheControl = no-cache, Removing some headers.";
970         public const string net_log_cache_control_must_revalidate = "Cached CacheControl = must-revalidate and Cache is not fresh.";
971         public const string net_log_cache_cached_auth_header = "The cached entry has Authorization Header and cache is not fresh.";
972         public const string net_log_cache_cached_auth_header_no_control_directive = "The cached entry has Authorization Header and no Cache-Control directive present that would allow to use that entry.";
973         public const string net_log_cache_after_validation = "After Response Cache Validation.";
974         public const string net_log_cache_resp_status_304 = "Response status == 304 but the cache entry does not exist.";
975         public const string net_log_cache_head_resp_has_different_content_length = "A response resulted from a HEAD request has different Content-Length header.";
976         public const string net_log_cache_head_resp_has_different_content_md5 = "A response resulted from a HEAD request has different Content-MD5 header.";
977         public const string net_log_cache_head_resp_has_different_etag = "A response resulted from a HEAD request has different ETag header.";
978         public const string net_log_cache_304_head_resp_has_different_last_modified = "A 304 response resulted from a HEAD request has different Last-Modified header.";
979         public const string net_log_cache_existing_entry_has_to_be_discarded = "An existing cache entry has to be discarded.";
980         public const string net_log_cache_existing_entry_should_be_discarded = "An existing cache entry should be discarded.";
981         public const string net_log_cache_206_resp_non_matching_entry = "A 206 Response has been received and either ETag or Last-Modified header value does not match cache entry.";
982         public const string net_log_cache_206_resp_starting_position_not_adjusted = "The starting position for 206 Response is not adjusted to the end of cache entry.";
983         public const string net_log_cache_combined_resp_requested = "Creation of a combined response has been requested from the cache protocol.";
984         public const string net_log_cache_updating_headers_on_304 = "Updating headers on 304 response.";
985         public const string net_log_cache_suppressing_headers_update_on_304 = "Suppressing cache headers update on 304, new headers don't add anything.";
986         public const string net_log_cache_status_code_not_304_206 = "A Response Status Code is not 304 or 206.";
987         public const string net_log_cache_sxx_resp_cache_only = "A 5XX Response and Cache-Only like policy, serving from cache.";
988         public const string net_log_cache_sxx_resp_can_be_replaced = "A 5XX Response that can be replaced by existing cache entry.";
989         public const string net_log_cache_vary_header_empty = "Cache entry Vary header is empty.";
990         public const string net_log_cache_vary_header_contains_asterisks = "Cache entry Vary header contains '*'.";
991         public const string net_log_cache_no_headers_in_metadata = "No request headers are found in cached metadata to test based on the cached response Vary header.";
992         public const string net_log_cache_vary_header_mismatched_count = "Vary header: Request and cache header fields count does not match, header name = {0}.";
993         public const string net_log_cache_vary_header_mismatched_field = "Vary header: A Cache header field mismatch the request one, header name = {0}, cache field = {1}, request field = {2}.";
994         public const string net_log_cache_vary_header_match = "All required Request headers match based on cached Vary response header.";
995         public const string net_log_cache_range = "Request Range (not in Cache yet) = Range:{0}.";
996         public const string net_log_cache_range_invalid_format = "Invalid format of Request Range:{0}.";
997         public const string net_log_cache_range_not_in_cache = "Cannot serve from Cache, Range:{0}.";
998         public const string net_log_cache_range_in_cache = "Serving Request Range from cache, Range:{0}.";
999         public const string net_log_cache_partial_resp = "Serving Partial Response (206) from cache, Content-Range:{0}.";
1000         public const string net_log_cache_range_request_range = "Range Request (user specified), Range: {0}.";
1001         public const string net_log_cache_could_be_partial = "Could be a Partial Cached Response, Size = {0}, Response Content Length = {1}.";
1002         public const string net_log_cache_condition_if_none_match = "Request Condition = If-None-Match:{0}.";
1003         public const string net_log_cache_condition_if_modified_since = "Request Condition = If-Modified-Since:{0}.";
1004         public const string net_log_cache_cannot_construct_conditional_request = "A Conditional Request cannot be constructed.";
1005         public const string net_log_cache_cannot_construct_conditional_range_request = "A Conditional Range request cannot be constructed.";
1006         public const string net_log_cache_entry_size_too_big = "Cached Entry Size = {0} is too big, cannot do a range request.";
1007         public const string net_log_cache_condition_if_range = "Request Condition = If-Range:{0}.";
1008         public const string net_log_cache_conditional_range_not_implemented_on_http_10 = "A Conditional Range request on Http <= 1.0 is not implemented.";
1009         public const string net_log_cache_saving_request_headers = "Saving Request Headers, Vary: {0}.";
1010         public const string net_log_cache_only_byte_range_implemented = "Ranges other than bytes are not implemented.";
1011         public const string net_log_cache_multiple_complex_range_not_implemented = "Multiple/complexe ranges are not implemented.";
1012         public const string net_log_digest_hash_algorithm_not_supported = "The hash algorithm is not supported by Digest authentication: {0}.";
1013         public const string net_log_digest_qop_not_supported = "The Quality of Protection value is not supported by Digest authentication: {0}.";
1014         public const string net_log_digest_requires_nonce = "A nonce parameter required for Digest authentication was not found or was preceded by an invalid parameter.";
1015         public const string net_log_auth_invalid_challenge = "The challenge string is not valid for this authentication module: {0}";
1016         public const string net_log_unknown = "unknown";
1017         public const string net_log_operation_returned_something = "{0} returned {1}.";
1018         public const string net_log_operation_failed_with_error = "{0} failed with error {1}.";
1019         public const string net_log_buffered_n_bytes = "Buffered {0} bytes.";
1020         public const string net_log_method_equal = "Method={0}.";
1021         public const string net_log_releasing_connection = "Releasing FTP connection#{0}.";
1022         public const string net_log_unexpected_exception = "Unexpected exception in {0}.";
1023         public const string net_log_server_response_error_code = "Error code {0} was received from server response.";
1024         public const string net_log_resubmitting_request = "Resubmitting request.";
1025         public const string net_log_retrieving_localhost_exception = "An unexpected exception while retrieving the local address list: {0}.";
1026         public const string net_log_resolved_servicepoint_may_not_be_remote_server = "A resolved ServicePoint host could be wrongly considered as a remote server.";
1027         public const string net_log_closed_idle = "{0}#{1} - Closed as idle.";
1028         public const string net_log_received_status_line = "Received status line: Version={0}, StatusCode={1}, StatusDescription={2}.";
1029         public const string net_log_sending_headers = "Sending headers\r\n{{\r\n{0}}}.";
1030         public const string net_log_received_headers = "Received headers\r\n{{\r\n{0}}}.";
1031         public const string net_log_shell_expression_pattern_format_warning = "ShellServices.ShellExpression.Parse() was called with a badly formatted 'pattern':{0}.";
1032         public const string net_log_exception_in_callback = "Exception in callback: {0}.";
1033         public const string net_log_sending_command = "Sending command [{0}]";
1034         public const string net_log_received_response = "Received response [{0}]";
1035         public const string net_log_socket_connected = "Created connection from {0} to {1}.";
1036         public const string net_log_socket_accepted = "Accepted connection from {0} to {1}.";
1037         public const string net_log_socket_not_logged_file = "Not logging data from file: {0}.";
1038         public const string net_log_socket_connect_dnsendpoint = "Connecting to a DnsEndPoint.";
1039         public const string MailAddressInvalidFormat = "The specified string is not in the form required for an e-mail address.";
1040         public const string MailSubjectInvalidFormat = "The specified string is not in the form required for a subject.";
1041         public const string MailBase64InvalidCharacter = "An invalid character was found in the Base-64 stream.";
1042         public const string MailCollectionIsReadOnly = "The collection is read-only.";
1043         public const string MailDateInvalidFormat = "The date is in an invalid format.";
1044         public const string MailHeaderFieldAlreadyExists = "The specified singleton field already exists in the collection and cannot be added.";
1045         public const string MailHeaderFieldInvalidCharacter = "An invalid character was found in the mail header: '{0}'.";
1046         public const string MailHeaderFieldMalformedHeader = "The mail header is malformed.";
1047         public const string MailHeaderFieldMismatchedName = "The header name does not match this property.";
1048         public const string MailHeaderIndexOutOfBounds = "The index value is outside the bounds of the array.";
1049         public const string MailHeaderItemAccessorOnlySingleton = "The Item property can only be used with singleton fields.";
1050         public const string MailHeaderListHasChanged = "The underlying list has been changed and the enumeration is out of date.";
1051         public const string MailHeaderResetCalledBeforeEOF = "The stream should have been consumed before resetting.";
1052         public const string MailHeaderTargetArrayTooSmall = "The target array is too small to contain all the headers.";
1053         public const string MailHeaderInvalidCID = "The ContentID cannot contain a '<' or '>' character.";
1054         public const string MailHostNotFound = "The SMTP host was not found.";
1055         public const string MailReaderGetContentStreamAlreadyCalled = "GetContentStream() can only be called once.";
1056         public const string MailReaderTruncated = "Premature end of stream.";
1057         public const string MailWriterIsInContent = "This operation cannot be performed while in content.";
1058         public const string MailServerDoesNotSupportStartTls = "Server does not support secure connections.";
1059         public const string MailServerResponse = "The server response was: {0}";
1060         public const string SSPIAuthenticationOrSPNNull = "AuthenticationType and ServicePrincipalName cannot be specified as null for server's SSPI Negotiation module.";
1061         public const string SSPIPInvokeError = "{0} failed with error {1}.";
1062         public const string SSPIInvalidHandleType = "'{0}' is not a supported handle type.";
1063         public const string SmtpAlreadyConnected = "Already connected.";
1064         public const string SmtpAuthenticationFailed = "Authentication failed.";
1065         public const string SmtpAuthenticationFailedNoCreds = "Authentication failed due to lack of credentials.";
1066         public const string SmtpDataStreamOpen = "Data stream is still open.";
1067         public const string SmtpDefaultMimePreamble = "This is a multi-part MIME message.";
1068         public const string SmtpDefaultSubject = "@@SOAP Application Message";
1069         public const string SmtpInvalidResponse = "Smtp server returned an invalid response.";
1070         public const string SmtpNotConnected = "Not connected.";
1071         public const string SmtpSystemStatus = "System status, or system help reply.";
1072         public const string SmtpHelpMessage = "Help message.";
1073         public const string SmtpServiceReady = "Service ready.";
1074         public const string SmtpServiceClosingTransmissionChannel = "Service closing transmission channel.";
1075         public const string SmtpOK = "Completed.";
1076         public const string SmtpUserNotLocalWillForward = "User not local; will forward to specified path.";
1077         public const string SmtpStartMailInput = "Start mail input; end with <CRLF>.<CRLF>.";
1078         public const string SmtpServiceNotAvailable = "Service not available, closing transmission channel.";
1079         public const string SmtpMailboxBusy = "Mailbox unavailable.";
1080         public const string SmtpLocalErrorInProcessing = "Error in processing.";
1081         public const string SmtpInsufficientStorage = "Insufficient system storage.";
1082         public const string SmtpPermissionDenied = "Client does not have permission to Send As this sender.";
1083         public const string SmtpCommandUnrecognized = "Syntax error, command unrecognized.";
1084         public const string SmtpSyntaxError = "Syntax error in parameters or arguments.";
1085         public const string SmtpCommandNotImplemented = "Command not implemented.";
1086         public const string SmtpBadCommandSequence = "Bad sequence of commands.";
1087         public const string SmtpCommandParameterNotImplemented = "Command parameter not implemented.";
1088         public const string SmtpMailboxUnavailable = "Mailbox unavailable.";
1089         public const string SmtpUserNotLocalTryAlternatePath = "User not local; please try a different path.";
1090         public const string SmtpExceededStorageAllocation = "Exceeded storage allocation.";
1091         public const string SmtpMailboxNameNotAllowed = "Mailbox name not allowed.";
1092         public const string SmtpTransactionFailed = "Transaction failed.";
1093         public const string SmtpSendMailFailure = "Failure sending mail.";
1094         public const string SmtpRecipientFailed = "Unable to send to a recipient.";
1095         public const string SmtpRecipientRequired = "A recipient must be specified.";
1096         public const string SmtpFromRequired = "A from address must be specified.";
1097         public const string SmtpAllRecipientsFailed = "Unable to send to all recipients.";
1098         public const string SmtpClientNotPermitted = "Client does not have permission to submit mail to this server.";
1099         public const string SmtpMustIssueStartTlsFirst = "The SMTP server requires a secure connection or the client was not authenticated.";
1100         public const string SmtpNeedAbsolutePickupDirectory = "Only absolute directories are allowed for pickup directory.";
1101         public const string SmtpGetIisPickupDirectoryFailed = "Cannot get IIS pickup directory.";
1102         public const string SmtpPickupDirectoryDoesnotSupportSsl = "SSL must not be enabled for pickup-directory delivery methods.";
1103         public const string SmtpOperationInProgress = "Previous operation is still in progress.";
1104         public const string SmtpAuthResponseInvalid = "The server returned an invalid response in the authentication handshake.";
1105         public const string SmtpEhloResponseInvalid = "The server returned an invalid response to the EHLO command.";
1106         public const string SmtpNonAsciiUserNotSupported = "The client or server is only configured for E-mail addresses with ASCII local-parts: {0}.";
1107         public const string SmtpInvalidHostName = "The address has an invalid host name: {0}.";
1108         public const string MimeTransferEncodingNotSupported = "The MIME transfer encoding '{0}' is not supported.";
1109         public const string SeekNotSupported = "Seeking is not supported on this stream.";
1110         public const string WriteNotSupported = "Writing is not supported on this stream.";
1111         public const string InvalidHexDigit = "Invalid hex digit '{0}'.";
1112         public const string InvalidSSPIContext = "The SSPI context is not valid.";
1113         public const string InvalidSSPIContextKey = "A null session key was obtained from SSPI.";
1114         public const string InvalidSSPINegotiationElement = "Invalid SSPI BinaryNegotiationElement.";
1115         public const string InvalidHeaderName = "An invalid character was found in header name.";
1116         public const string InvalidHeaderValue = "An invalid character was found in header value.";
1117         public const string CannotGetEffectiveTimeOfSSPIContext = "Cannot get the effective time of the SSPI context.";
1118         public const string CannotGetExpiryTimeOfSSPIContext = "Cannot get the expiry time of the SSPI context.";
1119         public const string ReadNotSupported = "Reading is not supported on this stream.";
1120         public const string InvalidAsyncResult = "The AsyncResult is not valid.";
1121         public const string UnspecifiedHost = "The SMTP host was not specified.";
1122         public const string InvalidPort = "The specified port is invalid. The port must be greater than 0.";
1123         public const string SmtpInvalidOperationDuringSend = "This operation cannot be performed while a message is being sent.";
1124         public const string MimePartCantResetStream = "One of the streams has already been used and can't be reset to the origin.";
1125         public const string MediaTypeInvalid = "The specified media type is invalid.";
1126         public const string ContentTypeInvalid = "The specified content type is invalid.";
1127         public const string ContentDispositionInvalid = "The specified content disposition is invalid.";
1128         public const string AttributeNotSupported = "'{0}' is not a valid configuration attribute for type '{1}'.";
1129         public const string Cannot_remove_with_null = "Cannot remove with null name.";
1130         public const string Config_base_elements_only = "Only elements allowed.";
1131         public const string Config_base_no_child_nodes = "Child nodes not allowed.";
1132         public const string Config_base_required_attribute_empty = "Required attribute '{0}' cannot be empty.";
1133         public const string Config_base_required_attribute_missing = "Required attribute '{0}' not found.";
1134         public const string Config_base_time_overflow = "The time span for the property '{0}' exceeds the maximum that can be stored in the configuration.";
1135         public const string Config_base_type_must_be_configurationvalidation = "The ConfigurationValidation attribute must be derived from ConfigurationValidation.";
1136         public const string Config_base_type_must_be_typeconverter = "The ConfigurationPropertyConverter attribute must be derived from TypeConverter.";
1137         public const string Config_base_unknown_format = "Unknown";
1138         public const string Config_base_unrecognized_attribute = "Unrecognized attribute '{0}'. Note that attribute names are case-sensitive.";
1139         public const string Config_base_unrecognized_element = "Unrecognized element.";
1140         public const string Config_invalid_boolean_attribute = "The property '{0}' must have value 'true' or 'false'.";
1141         public const string Config_invalid_integer_attribute = "The '{0}' attribute must be set to an integer value.";
1142         public const string Config_invalid_positive_integer_attribute = "The '{0}' attribute must be set to a positive integer value.";
1143         public const string Config_invalid_type_attribute = "The '{0}' attribute must be set to a valid Type name.";
1144         public const string Config_missing_required_attribute = "The '{0}' attribute must be specified on the '{1}' tag.";
1145         public const string Config_name_value_file_section_file_invalid_root = "The root element must match the name of the section referencing the file, '{0}'";
1146         public const string Config_provider_must_implement_type = "Provider must implement the class '{0}'.";
1147         public const string Config_provider_name_null_or_empty = "Provider name cannot be null or empty.";
1148         public const string Config_provider_not_found = "The provider was not found in the collection.";
1149         public const string Config_property_name_cannot_be_empty = "Property '{0}' cannot be empty or null.";
1150         public const string Config_section_cannot_clear_locked_section = "Cannot clear section handlers.  Section '{0}' is locked.";
1151         public const string Config_section_record_not_found = "SectionRecord not found.";
1152         public const string Config_source_cannot_contain_file = "The 'File' property cannot be used with the ConfigSource property.";
1153         public const string Config_system_already_set = "The configuration system can only be set once.  Configuration system is already set";
1154         public const string Config_unable_to_read_security_policy = "Unable to read security policy.";
1155         public const string Config_write_xml_returned_null = "WriteXml returned null.";
1156         public const string Cannot_clear_sections_within_group = "Server cannot clear configuration sections from within section groups.  <clear/> must be a child of <configSections>.";
1157         public const string Cannot_exit_up_top_directory = "Cannot use a leading .. to exit above the top directory.";
1158         public const string Could_not_create_listener = "Couldn't create listener '{0}'.";
1159         public const string TL_InitializeData_NotSpecified = "initializeData needs to be valid for this TraceListener.";
1160         public const string Could_not_create_type_instance = "Could not create {0}.";
1161         public const string Could_not_find_type = "Couldn't find type for class {0}.";
1162         public const string Could_not_get_constructor = "Couldn't find constructor for class {0}.";
1163         public const string EmptyTypeName_NotAllowed = "switchType needs to be a valid class name. It can't be empty.";
1164         public const string Incorrect_base_type = "The specified type, '{0}' is not derived from the appropriate base type, '{1}'.";
1165         public const string Only_specify_one = "'switchValue' and 'switchName' cannot both be specified on source '{0}'.";
1166         public const string Provider_Already_Initialized = "This provider instance has already been initialized.";
1167         public const string Reference_listener_cant_have_properties = "A listener with no type name specified references the sharedListeners section and cannot have any attributes other than 'Name'.  Listener: '{0}'.";
1168         public const string Reference_to_nonexistent_listener = "Listener '{0}' does not exist in the sharedListeners section.";
1169         public const string SettingsPropertyNotFound = "The settings property '{0}' was not found.";
1170         public const string SettingsPropertyReadOnly = "The settings property '{0}' is read-only.";
1171         public const string SettingsPropertyWrongType = "The settings property '{0}' is of a non-compatible type.";
1172         public const string Type_isnt_tracelistener = "Could not add trace listener {0} because it is not a subclass of TraceListener.";
1173         public const string Unable_to_convert_type_from_string = "Could not find a type-converter to convert object if type '{0}' from string.";
1174         public const string Unable_to_convert_type_to_string = "Could not find a type-converter to convert object if type '{0}' to string.";
1175         public const string Value_must_be_numeric = "Error in trace switch '{0}': The value of a switch must be integral.";
1176         public const string Could_not_create_from_default_value = "The property '{0}' could not be created from it's default value. Error message: {1}";
1177         public const string Could_not_create_from_default_value_2 = "The property '{0}' could not be created from it's default value because the default value is of a different type.";
1178         public const string InvalidDirName = "The directory name {0} is invalid.";
1179         public const string FSW_IOError = "Error reading the {0} directory.";
1180         public const string PatternInvalidChar = "The character '{0}' in the pattern provided is not valid.";
1181         public const string BufferSizeTooLarge = "The specified buffer size is too large. FileSystemWatcher cannot allocate {0} bytes for the internal buffer.";
1182         public const string FSW_ChangedFilter = "Flag to indicate which change event to monitor.";
1183         public const string FSW_Enabled = "Flag to indicate whether this component is active or not.";
1184         public const string FSW_Filter = "The file pattern filter.";
1185         public const string FSW_IncludeSubdirectories = "Flag to watch subdirectories.";
1186         public const string FSW_Path = "The path to the directory to monitor.";
1187         public const string FSW_SynchronizingObject = "The object used to marshal the event handler calls issued as a result of a Directory change.";
1188         public const string FSW_Changed = "Occurs when a file and/or directory change matches the filter.";
1189         public const string FSW_Created = "Occurs when a file and/or directory creation matches the filter.";
1190         public const string FSW_Deleted = "Occurs when a file and/or directory deletion matches the filter.";
1191         public const string FSW_Renamed = "Occurs when a file and/or directory rename matches the filter.";
1192         public const string FSW_BufferOverflow = "Too many changes at once in directory:{0}.";
1193         public const string FileSystemWatcherDesc = "Monitors file system change notifications and raises events when a directory or file changes.";
1194         public const string NotSet = "[Not Set]";
1195         public const string TimerAutoReset = "Indicates whether the timer will be restarted when it is enabled.";
1196         public const string TimerEnabled = "Indicates whether the timer is enabled to fire events at a defined interval.";
1197         public const string TimerInterval = "The number of milliseconds between timer events.";
1198         public const string TimerIntervalElapsed = "Occurs when the Interval has elapsed.";
1199         public const string TimerSynchronizingObject = "The object used to marshal the event handler calls issued when an interval has elapsed.";
1200         public const string MismatchedCounterTypes = "Mismatched counter types.";
1201         public const string NoPropertyForAttribute = "Could not find a property for the attribute '{0}'.";
1202         public const string InvalidAttributeType = "The value of attribute '{0}' could not be converted to the proper type.";
1203         public const string Generic_ArgCantBeEmptyString = "'{0}' can not be empty string.";
1204         public const string BadLogName = "Event log names must consist of printable characters and cannot contain \\, *, ?, or spaces";
1205         public const string InvalidProperty = "Invalid value {1} for property {0}.";
1206         public const string CantMonitorEventLog = "Cannot monitor EntryWritten events for this EventLog. This might be because the EventLog is on a remote machine which is not a supported scenario.";
1207         public const string InitTwice = "Cannot initialize the same object twice.";
1208         public const string InvalidParameter = "Invalid value '{1}' for parameter '{0}'.";
1209         public const string MissingParameter = "Must specify value for {0}.";
1210         public const string ParameterTooLong = "The size of {0} is too big. It cannot be longer than {1} characters.";
1211         public const string LocalSourceAlreadyExists = "Source {0} already exists on the local computer.";
1212         public const string SourceAlreadyExists = "Source {0} already exists on the computer '{1}'.";
1213         public const string LocalLogAlreadyExistsAsSource = "Log {0} has already been registered as a source on the local computer.";
1214         public const string LogAlreadyExistsAsSource = "Log {0} has already been registered as a source on the computer '{1}'.";
1215         public const string DuplicateLogName = "Only the first eight characters of a custom log name are significant, and there is already another log on the system using the first eight characters of the name given. Name given: '{0}', name of existing log: '{1}'.";
1216         public const string RegKeyMissing = "Cannot open registry key {0}\\{1}\\{2} on computer '{3}'.";
1217         public const string LocalRegKeyMissing = "Cannot open registry key {0}\\{1}\\{2}.";
1218         public const string RegKeyMissingShort = "Cannot open registry key {0} on computer {1}.";
1219         public const string InvalidParameterFormat = "Invalid format for argument {0}.";
1220         public const string NoLogName = "Log to delete was not specified.";
1221         public const string RegKeyNoAccess = "Cannot open registry key {0} on computer {1}. You might not have access.";
1222         public const string MissingLog = "Cannot find Log {0} on computer '{1}'.";
1223         public const string SourceNotRegistered = "The source '{0}' is not registered on machine '{1}', or you do not have write access to the {2} registry key.";
1224         public const string LocalSourceNotRegistered = "Source {0} is not registered on the local computer.";
1225         public const string CantRetrieveEntries = "Cannot retrieve all entries.";
1226         public const string IndexOutOfBounds = "Index {0} is out of bounds.";
1227         public const string CantReadLogEntryAt = "Cannot read log entry number {0}.  The event log may be corrupt.";
1228         public const string MissingLogProperty = "Log property value has not been specified.";
1229         public const string CantOpenLog = "Cannot open log {0} on machine {1}. Windows has not provided an error code.";
1230         public const string NeedSourceToOpen = "Source property was not set before opening the event log in write mode.";
1231         public const string NeedSourceToWrite = "Source property was not set before writing to the event log.";
1232         public const string CantOpenLogAccess = "Cannot open log for source '{0}'. You may not have write access.";
1233         public const string LogEntryTooLong = "Log entry string is too long. A string written to the event log cannot exceed 32766 characters.";
1234         public const string TooManyReplacementStrings = "The maximum allowed number of replacement strings is 255.";
1235         public const string LogSourceMismatch = "The source '{0}' is not registered in log '{1}'. (It is registered in log '{2}'.) \" The Source and Log properties must be matched, or you may set Log to the empty string, and it will automatically be matched to the Source property.";
1236         public const string NoAccountInfo = "Cannot obtain account information.";
1237         public const string NoCurrentEntry = "No current EventLog entry available, cursor is located before the first or after the last element of the enumeration.";
1238         public const string MessageNotFormatted = "The description for Event ID '{0}' in Source '{1}' cannot be found.  The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them.  The following information is part of the event:";
1239         public const string EventID = "Invalid eventID value '{0}'. It must be in the range between '{1}' and '{2}'.";
1240         public const string LogDoesNotExists = "The event log '{0}' on computer '{1}' does not exist.";
1241         public const string InvalidCustomerLogName = "The log name: '{0}' is invalid for customer log creation.";
1242         public const string CannotDeleteEqualSource = "The event log source '{0}' cannot be deleted, because it's equal to the log name.";
1243         public const string RentionDaysOutOfRange = "'retentionDays' must be between 1 and 365 days.";
1244         public const string MaximumKilobytesOutOfRange = "MaximumKilobytes must be between 64 KB and 4 GB, and must be in 64K increments.";
1245         public const string SomeLogsInaccessible = "The source was not found, but some or all event logs could not be searched.  Inaccessible logs: {0}.";
1246         public const string SomeLogsInaccessibleToCreate = "The source was not found, but some or all event logs could not be searched.  To create the source, you need permission to read all event logs to make sure that the new source name is unique.  Inaccessible logs: {0}.";
1247         public const string BadConfigSwitchValue = "The config value for Switch '{0}' was invalid.";
1248         public const string ConfigSectionsUnique = "The '{0}' section can only appear once per config file.";
1249         public const string ConfigSectionsUniquePerSection = "The '{0}' tag can only appear once per section.";
1250         public const string SourceListenerDoesntExist = "The listener '{0}' added to source '{1}' must have a listener with the same name defined in the main Trace listeners section.";
1251         public const string SourceSwitchDoesntExist = "The source '{0}' must have a switch with the same name defined in the Switches section.";
1252         public const string CategoryHelpCorrupt = "Cannot load Category Help data because an invalid index '{0}' was read from the registry.";
1253         public const string CounterNameCorrupt = "Cannot load Counter Name data because an invalid index '{0}' was read from the registry.";
1254         public const string CounterDataCorrupt = "Cannot load Performance Counter data because an unexpected registry key value type was read from '{0}'.";
1255         public const string ReadOnlyCounter = "Cannot update Performance Counter, this object has been initialized as ReadOnly.";
1256         public const string ReadOnlyRemoveInstance = "Cannot remove Performance Counter Instance, this object as been initialized as ReadOnly.";
1257         public const string NotCustomCounter = "The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.";
1258         public const string CategoryNameMissing = "Failed to initialize because CategoryName is missing.";
1259         public const string CounterNameMissing = "Failed to initialize because CounterName is missing.";
1260         public const string InstanceNameProhibited = "Counter is single instance, instance name '{0}' is not valid for this counter category.";
1261         public const string InstanceNameRequired = "Counter is not single instance, an instance name needs to be specified.";
1262         public const string MissingInstance = "Instance {0} does not exist in category {1}.";
1263         public const string PerformanceCategoryExists = "Cannot create Performance Category '{0}' because it already exists.";
1264         public const string InvalidCounterName = "Invalid empty or null string for counter name.";
1265         public const string DuplicateCounterName = "Cannot create Performance Category with counter name {0} because the name is a duplicate.";
1266         public const string CantChangeCategoryRegistration = "Cannot create or delete the Performance Category '{0}' because access is denied.";
1267         public const string CantDeleteCategory = "Cannot delete Performance Category because this category is not registered or is a system category.";
1268         public const string MissingCategory = "Category does not exist.";
1269         public const string MissingCategoryDetail = "Category {0} does not exist.";
1270         public const string CantReadCategory = "Cannot read Category {0}.";
1271         public const string MissingCounter = "Counter {0} does not exist.";
1272         public const string CategoryNameNotSet = "Category name property has not been set.";
1273         public const string CounterExists = "Could not locate Performance Counter with specified category name '{0}', counter name '{1}'.";
1274         public const string CantReadCategoryIndex = "Could not Read Category Index: {0}.";
1275         public const string CantReadCounter = "Counter '{0}' does not exist in the specified Category.";
1276         public const string CantReadInstance = "Instance '{0}' does not exist in the specified Category.";
1277         public const string RemoteWriting = "Cannot write to a Performance Counter in a remote machine.";
1278         public const string CounterLayout = "The Counter layout for the Category specified is invalid, a counter of the type:  AverageCount64, AverageTimer32, CounterMultiTimer, CounterMultiTimerInverse, CounterMultiTimer100Ns, CounterMultiTimer100NsInverse, RawFraction, or SampleFraction has to be immediately followed by any of the base counter types: AverageBase, CounterMultiBase, RawBase or SampleBase.";
1279         public const string PossibleDeadlock = "The operation couldn't be completed, potential internal deadlock.";
1280         public const string SharedMemoryGhosted = "Cannot access shared memory, AppDomain has been unloaded.";
1281         public const string HelpNotAvailable = "Help not available.";
1282         public const string PerfInvalidHelp = "Invalid help string. Its length must be in the range between '{0}' and '{1}'.";
1283         public const string PerfInvalidCounterName = "Invalid counter name. Its length must be in the range between '{0}' and '{1}'. Double quotes, control characters and leading or trailing spaces are not allowed.";
1284         public const string PerfInvalidCategoryName = "Invalid category name. Its length must be in the range between '{0}' and '{1}'. Double quotes, control characters and leading or trailing spaces are not allowed.";
1285         public const string MustAddCounterCreationData = "Only objects of type CounterCreationData can be added to a CounterCreationDataCollection.";
1286         public const string RemoteCounterAdmin = "Creating or Deleting Performance Counter Categories on remote machines is not supported.";
1287         public const string NoInstanceInformation = "The {0} category doesn't provide any instance information, no accurate data can be returned.";
1288         public const string PerfCounterPdhError = "There was an error calculating the PerformanceCounter value (0x{0}).";
1289         public const string MultiInstanceOnly = "Category '{0}' is marked as multi-instance.  Performance counters in this category can only be created with instance names.";
1290         public const string SingleInstanceOnly = "Category '{0}' is marked as single-instance.  Performance counters in this category can only be created without instance names.";
1291         public const string InstanceNameTooLong = "Instance names used for writing to custom counters must be 127 characters or less.";
1292         public const string CategoryNameTooLong = "Category names must be 1024 characters or less.";
1293         public const string InstanceLifetimeProcessonReadOnly = "InstanceLifetime is unused by ReadOnly counters.";
1294         public const string InstanceLifetimeProcessforSingleInstance = "Single instance categories are only valid with the Global lifetime.";
1295         public const string InstanceAlreadyExists = "Instance '{0}' already exists with a lifetime of Process.  It cannot be recreated or reused until it has been removed or until the process using it has exited.";
1296         public const string CantSetLifetimeAfterInitialized = "The InstanceLifetime cannot be set after the instance has been initialized.  You must use the default constructor and set the CategoryName, InstanceName, CounterName, InstanceLifetime and ReadOnly properties manually before setting the RawValue.";
1297         public const string ProcessLifetimeNotValidInGlobal = "PerformanceCounterInstanceLifetime.Process is not valid in the global shared memory.  If your performance counter category was created with an older version of the Framework, it uses the global shared memory.  Either use PerformanceCounterInstanceLifetime.Global, or if applications running on older versions of the Framework do not need to write to your category, delete and recreate it.";
1298         public const string CantConvertProcessToGlobal = "An instance with a lifetime of Process can only be accessed from a PerformanceCounter with the InstanceLifetime set to PerformanceCounterInstanceLifetime.Process.";
1299         public const string CantConvertGlobalToProcess = "An instance with a lifetime of Global can only be accessed from a PerformanceCounter with the InstanceLifetime set to PerformanceCounterInstanceLifetime.Global.";
1300         public const string PCNotSupportedUnderAppContainer = "Writeable performance counters are not allowed when running in AppContainer.";
1301         public const string PriorityClassNotSupported = "The AboveNormal and BelowNormal priority classes are not available on this platform.";
1302         public const string WinNTRequired = "Feature requires Windows NT.";
1303         public const string Win2kRequired = "Feature requires Windows 2000.";
1304         public const string NoAssociatedProcess = "No process is associated with this object.";
1305         public const string ProcessIdRequired = "Feature requires a process identifier.";
1306         public const string NotSupportedRemote = "Feature is not supported for remote machines.";
1307         public const string NoProcessInfo = "Process has exited, so the requested information is not available.";
1308         public const string WaitTillExit = "Process must exit before requested information can be determined.";
1309         public const string NoProcessHandle = "Process was not started by this object, so requested information cannot be determined.";
1310         public const string MissingProccess = "Process with an Id of {0} is not running.";
1311         public const string BadMinWorkset = "Minimum working set size is invalid. It must be less than or equal to the maximum working set size.";
1312         public const string BadMaxWorkset = "Maximum working set size is invalid. It must be greater than or equal to the minimum working set size.";
1313         public const string WinNTRequiredForRemote = "Operating system does not support accessing processes on remote computers. This feature requires Windows NT or later.";
1314         public const string ProcessHasExited = "Cannot process request because the process ({0}) has exited.";
1315         public const string ProcessHasExitedNoId = "Cannot process request because the process has exited.";
1316         public const string ThreadExited = "The request cannot be processed because the thread ({0}) has exited.";
1317         public const string Win2000Required = "Feature requires Windows 2000 or later.";
1318         public const string ProcessNotFound = "Thread {0} found, but no process {1} found.";
1319         public const string CantGetProcessId = "Cannot retrieve process identifier from the process handle.";
1320         public const string ProcessDisabled = "Process performance counter is disabled, so the requested operation cannot be performed.";
1321         public const string WaitReasonUnavailable = "WaitReason is only available if the ThreadState is Wait.";
1322         public const string NotSupportedRemoteThread = "Feature is not supported for threads on remote computers.";
1323         public const string UseShellExecuteRequiresSTA = "Current thread is not in Single Thread Apartment (STA) mode. Starting a process with UseShellExecute set to True requires the current thread be in STA mode.  Ensure that your Main function has STAThreadAttribute marked.";
1324         public const string CantRedirectStreams = "The Process object must have the UseShellExecute property set to false in order to redirect IO streams.";
1325         public const string CantUseEnvVars = "The Process object must have the UseShellExecute property set to false in order to use environment variables.";
1326         public const string CantStartAsUser = "The Process object must have the UseShellExecute property set to false in order to start a process as a user.";
1327         public const string CouldntConnectToRemoteMachine = "Couldn't connect to remote machine.";
1328         public const string CouldntGetProcessInfos = "Couldn't get process information from performance counter.";
1329         public const string InputIdleUnkownError = "WaitForInputIdle failed.  This could be because the process does not have a graphical interface.";
1330         public const string FileNameMissing = "Cannot start process because a file name has not been provided.";
1331         public const string EnvironmentBlock = "The environment block provided doesn't have the correct format.";
1332         public const string EnumProcessModuleFailed = "Unable to enumerate the process modules.";
1333         public const string EnumProcessModuleFailedDueToWow = "A 32 bit processes cannot access modules of a 64 bit process.";
1334         public const string PendingAsyncOperation = "An async read operation has already been started on the stream.";
1335         public const string NoAsyncOperation = "No async read operation is in progress on the stream.";
1336         public const string InvalidApplication = "The specified executable is not a valid application for this OS platform.";
1337         public const string StandardOutputEncodingNotAllowed = "StandardOutputEncoding is only supported when standard output is redirected.";
1338         public const string StandardErrorEncodingNotAllowed = "StandardErrorEncoding is only supported when standard error is redirected.";
1339         public const string CountersOOM = "Custom counters file view is out of memory.";
1340         public const string MappingCorrupted = "Cannot continue the current operation, the performance counters memory mapping has been corrupted.";
1341         public const string SetSecurityDescriptorFailed = "Cannot initialize security descriptor initialized.";
1342         public const string CantCreateFileMapping = "Cannot create file mapping.";
1343         public const string CantMapFileView = "Cannot map view of file.";
1344         public const string CantGetMappingSize = "Cannot calculate the size of the file view.";
1345         public const string CantGetStandardOut = "StandardOut has not been redirected or the process hasn't started yet.";
1346         public const string CantGetStandardIn = "StandardIn has not been redirected.";
1347         public const string CantGetStandardError = "StandardError has not been redirected.";
1348         public const string CantMixSyncAsyncOperation = "Cannot mix synchronous and asynchronous operation on process stream.";
1349         public const string NoFileMappingSize = "Cannot retrieve file mapping size while initializing configuration settings.";
1350         public const string EnvironmentBlockTooLong = "The environment block used to start a process cannot be longer than 65535 bytes.  Your environment block is {0} bytes long.  Remove some environment variables and try again.";
1351         public const string Arg_InvalidSerialPort = "The given port name does not start with COM/com or does not resolve to a valid serial port.";
1352         public const string Arg_InvalidSerialPortExtended = "The given port name is invalid.  It may be a valid port, but not a serial port.";
1353         public const string Arg_SecurityException = "The port name cannot start with '\\'.";
1354         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.";
1355         public const string ArgumentNull_Array = "Array cannot be null.";
1356         public const string ArgumentNull_Buffer = "Buffer cannot be null.";
1357         public const string ArgumentOutOfRange_Bounds_Lower_Upper = "Argument must be between {0} and {1}.";
1358         public const string ArgumentOutOfRange_Enum = "Enum value was out of legal range.";
1359         public const string ArgumentOutOfRange_NeedNonNegNumRequired = "Non-negative number required.";
1360         public const string ArgumentOutOfRange_NeedPosNum = "Positive number required.";
1361         public const string ArgumentOutOfRange_Timeout = "The timeout must be greater than or equal to -1.";
1362         public const string ArgumentOutOfRange_WriteTimeout = "The timeout must be either a positive number or -1.";
1363         public const string ArgumentOutOfRange_OffsetOut = "Either offset did not refer to a position in the string, or there is an insufficient length of destination character array.";
1364         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.";
1365         public const string IO_BindHandleFailed = "BindHandle for ThreadPool failed on this handle.";
1366         public const string IO_OperationAborted = "The I/O operation has been aborted because of either a thread exit or an application request.";
1367         public const string NotSupported_UnseekableStream = "Stream does not support seeking.";
1368         public const string IO_EOF_ReadBeyondEOF = "Unable to read beyond the end of the stream.";
1369         public const string ObjectDisposed_StreamClosed = "Can not access a closed Stream.";
1370         public const string UnauthorizedAccess_IODenied_Path = "Access to the port '{0}' is denied.";
1371         public const string IO_UnknownError = "Unknown Error '{0}'.";
1372         public const string Arg_WrongAsyncResult = "IAsyncResult object did not come from the corresponding async method on this type.";
1373         public const string InvalidOperation_EndReadCalledMultiple = "EndRead can only be called once for each asynchronous operation.";
1374         public const string InvalidOperation_EndWriteCalledMultiple = "EndWrite can only be called once for each asynchronous operation.";
1375         public const string IO_PortNotFound = "The specified port does not exist.";
1376         public const string IO_PortNotFoundFileName = "The port '{0}' does not exist.";
1377         public const string UnauthorizedAccess_IODenied_NoPathName = "Access to the port is denied.";
1378         public const string IO_PathTooLong = "The specified port name is too long.  The port name must be less than 260 characters.";
1379         public const string IO_SharingViolation_NoFileName = "The process cannot access the port because it is being used by another process.";
1380         public const string IO_SharingViolation_File = "The process cannot access the port '{0}' because it is being used by another process.";
1381         public const string NotSupported_UnwritableStream = "Stream does not support writing.";
1382         public const string ObjectDisposed_WriterClosed = "Can not write to a closed TextWriter.";
1383         public const string BaseStream_Invalid_Not_Open = "The BaseStream is only available when the port is open.";
1384         public const string PortNameEmpty_String = "The PortName cannot be empty.";
1385         public const string Port_not_open = "The port is closed.";
1386         public const string Port_already_open = "The port is already open.";
1387         public const string Cant_be_set_when_open = "'{0}' cannot be set while the port is open.";
1388         public const string Max_Baud = "The maximum baud rate for the device is {0}.";
1389         public const string In_Break_State = "The port is in the break state and cannot be written to.";
1390         public const string Write_timed_out = "The write timed out.";
1391         public const string CantSetRtsWithHandshaking = "RtsEnable cannot be accessed if Handshake is set to RequestToSend or RequestToSendXOnXOff.";
1392         public const string NotSupportedOS = "GetPortNames is not supported on Win9x platforms.";
1393         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.";
1394         public const string BaudRate = "The baud rate to use on this serial port.";
1395         public const string DataBits = "The number of data bits per transmitted/received byte.";
1396         public const string DiscardNull = "Whether to discard null bytes received on the port before adding to serial buffer.";
1397         public const string DtrEnable = "Whether to enable the Data Terminal Ready (DTR) line during communications.";
1398         public const string EncodingMonitoringDescription = "The encoding to use when reading and writing strings.";
1399         public const string Handshake = "The handshaking protocol for flow control in data exchange, which can be None.";
1400         public const string NewLine = "The string used by ReadLine and WriteLine to denote a new line.";
1401         public const string Parity = "The scheme for parity checking each received byte and marking each transmitted byte.";
1402         public const string ParityReplace = "Byte with which to replace bytes received with parity errors.";
1403         public const string PortName = "The name of the communications port to open.";
1404         public const string ReadBufferSize = "The size of the read buffer in bytes.  This is the maximum number of read bytes which can be buffered.";
1405         public const string ReadTimeout = "The read timeout in Milliseconds.";
1406         public const string ReceivedBytesThreshold = "Number of bytes required to be available before the Read event is fired.";
1407         public const string RtsEnable = "Whether to enable the Request To Send (RTS) line during communications.";
1408         public const string SerialPortDesc = "Represents a serial port resource.";
1409         public const string StopBits = "The number of stop bits per transmitted/received byte.";
1410         public const string WriteBufferSize = "The size of the write buffer in bytes.  This is the maximum number of bytes which can be queued for write.";
1411         public const string WriteTimeout = "The write timeout in milliseconds.";
1412         public const string SerialErrorReceived = "Raised each time when an error is received from the SerialPort.";
1413         public const string SerialPinChanged = "Raised each time when pin is changed on the SerialPort.";
1414         public const string SerialDataReceived = "Raised each time when data is received from the SerialPort.";
1415         public const string CounterType = "The type of this counter.";
1416         public const string CounterName = "The name of this counter.";
1417         public const string CounterHelp = "Help information for this counter.";
1418         public const string EventLogDesc = "Provides interaction with Windows event logs.";
1419         public const string ErrorDataReceived = "User event handler to call for async IO with StandardError stream.";
1420         public const string LogEntries = "The contents of the log.";
1421         public const string LogLog = "Gets or sets the name of the log to read from and write to.";
1422         public const string LogMachineName = "The name of the machine on which to read or write events.";
1423         public const string LogMonitoring = "Indicates if the component monitors the event log for changes.";
1424         public const string LogSynchronizingObject = "The object used to marshal the event handler calls issued as a result of an EventLog change.";
1425         public const string LogSource = "The application name (source name) to use when writing to the event log.";
1426         public const string LogEntryWritten = "Raised each time any application writes an entry to the event log.";
1427         public const string LogEntryMachineName = "The machine on which this event log resides.";
1428         public const string LogEntryData = "The binary data associated with this entry in the event log.";
1429         public const string LogEntryIndex = "The sequence of this entry in the event log.";
1430         public const string LogEntryCategory = "The category for this message.";
1431         public const string LogEntryCategoryNumber = "An application-specific category number assigned to this entry.";
1432         public const string LogEntryEventID = "The number identifying the message for this source.";
1433         public const string LogEntryEntryType = "The type of entry - Information, Warning, etc.";
1434         public const string LogEntryMessage = "The text of the message for this entry";
1435         public const string LogEntrySource = "The name of the application that wrote this entry.";
1436         public const string LogEntryReplacementStrings = "The application-supplied strings used in the message.";
1437         public const string LogEntryResourceId = "The full number identifying the message in the event message dll.";
1438         public const string LogEntryTimeGenerated = "The time at which the application logged this entry.";
1439         public const string LogEntryTimeWritten = "The time at which the system logged this entry to the event log.";
1440         public const string LogEntryUserName = "The username of the account associated with this entry by the writing application.";
1441         public const string OutputDataReceived = "User event handler to call for async IO with StandardOutput stream.";
1442         public const string PC_CounterHelp = "The description message for this counter.";
1443         public const string PC_CounterType = "The counter type indicates how to interpret the value of the counter, for example an actual count or a rate of change.";
1444         public const string PC_ReadOnly = "Indicates if the counter is read only.  Remote counters and counters not created using this component are read-only.";
1445         public const string PC_RawValue = "Directly accesses the raw value of this counter.  The counter must have been created using this component.";
1446         public const string ProcessAssociated = "Indicates if the process component is associated with a real process.";
1447         public const string ProcessDesc = "Provides access to local and remote processes, enabling starting and stopping of local processes.";
1448         public const string ProcessExitCode = "The value returned from the associated process when it terminated.";
1449         public const string ProcessTerminated = "Indicates if the associated process has been terminated.";
1450         public const string ProcessExitTime = "The time that the associated process exited.";
1451         public const string ProcessHandle = "Returns the native handle for this process.   The handle is only available if the process was started using this component.";
1452         public const string ProcessHandleCount = "The number of native handles associated with this process.";
1453         public const string ProcessId = "The unique identifier for the process.";
1454         public const string ProcessMachineName = "The name of the machine the running the process.";
1455         public const string ProcessMainModule = "The main module for the associated process.";
1456         public const string ProcessModules = "The modules that have been loaded by the associated process.";
1457         public const string ProcessSynchronizingObject = "The object used to marshal the event handler calls issued as a result of a Process exit.";
1458         public const string ProcessSessionId = "The identifier for the session of the process.";
1459         public const string ProcessThreads = "The threads running in the associated process.";
1460         public const string ProcessEnableRaisingEvents = "Whether the process component should watch for the associated process to exit, and raise the Exited event.";
1461         public const string ProcessExited = "If the WatchForExit property is set to true, then this event is raised when the associated process exits.";
1462         public const string ProcessFileName = "The name of the application, document or URL to start.";
1463         public const string ProcessWorkingDirectory = "The initial working directory for the process.";
1464         public const string ProcessBasePriority = "The base priority computed based on the priority class that all threads run relative to.";
1465         public const string ProcessMainWindowHandle = "The handle of the main window for the process.";
1466         public const string ProcessMainWindowTitle = "The caption of the main window for the process.";
1467         public const string ProcessMaxWorkingSet = "The maximum amount of physical memory the process has required since it was started.";
1468         public const string ProcessMinWorkingSet = "The minimum amount of physical memory the process has required since it was started.";
1469         public const string ProcessNonpagedSystemMemorySize = "The number of bytes of non pageable system  memory the process is using.";
1470         public const string ProcessPagedMemorySize = "The current amount of memory that can be paged to disk that the process is using.";
1471         public const string ProcessPagedSystemMemorySize = "The number of bytes of pageable system memory the process is using.";
1472         public const string ProcessPeakPagedMemorySize = "The maximum amount of memory that can be paged to disk that the process has used since it was started.";
1473         public const string ProcessPeakWorkingSet = "The maximum amount of physical memory the process has used since it was started.";
1474         public const string ProcessPeakVirtualMemorySize = "The maximum amount of virtual memory the process has allocated since it was started.";
1475         public const string ProcessPriorityBoostEnabled = "Whether this process would like a priority boost when the user interacts with it.";
1476         public const string ProcessPriorityClass = "The priority that the threads in the process run relative to.";
1477         public const string ProcessPrivateMemorySize = "The current amount of memory that the process has allocated that cannot be shared with other processes.";
1478         public const string ProcessPrivilegedProcessorTime = "The amount of CPU time the process spent inside the operating system core.";
1479         public const string ProcessProcessName = "The name of the process.";
1480         public const string ProcessProcessorAffinity = "A bit mask which represents the processors that the threads within the process are allowed to run on.";
1481         public const string ProcessResponding = "Whether this process is currently responding.";
1482         public const string ProcessStandardError = "Standard error stream of the process.";
1483         public const string ProcessStandardInput = "Standard input stream of the process.";
1484         public const string ProcessStandardOutput = "Standard output stream of the process.";
1485         public const string ProcessStartInfo = "Specifies information used to start a process.";
1486         public const string ProcessStartTime = "The time at which the process was started.";
1487         public const string ProcessTotalProcessorTime = "The amount of CPU time the process has used.";
1488         public const string ProcessUserProcessorTime = "The amount of CPU time the process spent outside the operating system core.";
1489         public const string ProcessVirtualMemorySize = "The amount of virtual memory the process has currently allocated.";
1490         public const string ProcessWorkingSet = "The current amount of physical memory the process is using.";
1491         public const string ProcModModuleName = "The name of the module.";
1492         public const string ProcModFileName = "The file name of the module.";
1493         public const string ProcModBaseAddress = "The memory address that the module loaded at.";
1494         public const string ProcModModuleMemorySize = "The amount of virtual memory required by the code and data in the module file.";
1495         public const string ProcModEntryPointAddress = "The memory address of the function that runs when the module is loaded.";
1496         public const string ProcessVerb = "The verb to apply to the document specified by the FileName property.";
1497         public const string ProcessArguments = "Command line arguments that will be passed to the application specified by the FileName property.";
1498         public const string ProcessErrorDialog = "Whether to show an error dialog to the user if there is an error.";
1499         public const string ProcessWindowStyle = "How the main window should be created when the process starts.";
1500         public const string ProcessCreateNoWindow = "Whether to start the process without creating a new window to contain it.";
1501         public const string ProcessEnvironmentVariables = "Set of environment variables that apply to this process and child processes.";
1502         public const string ProcessRedirectStandardInput = "Whether the process command input is read from the Process instance's StandardInput member.";
1503         public const string ProcessRedirectStandardOutput = "Whether the process output is written to the Process instance's StandardOutput member.";
1504         public const string ProcessRedirectStandardError = "Whether the process's error output is written to the Process instance's StandardError member.";
1505         public const string ProcessUseShellExecute = "Whether to use the operating system shell to start the process.";
1506         public const string ThreadBasePriority = "The current base priority of the thread.";
1507         public const string ThreadCurrentPriority = "The current priority level of the thread.";
1508         public const string ThreadId = "The unique identifier for the thread.";
1509         public const string ThreadPriorityBoostEnabled = "Whether the thread would like a priority boost when the user interacts with UI associated with the thread.";
1510         public const string ThreadPriorityLevel = "The priority level of the thread.";
1511         public const string ThreadPrivilegedProcessorTime = "The amount of CPU time the thread spent inside the operating system core.";
1512         public const string ThreadStartAddress = "The memory address of the function that was run when the thread started.";
1513         public const string ThreadStartTime = "The time the thread was started.";
1514         public const string ThreadThreadState = "The execution state of the thread.";
1515         public const string ThreadTotalProcessorTime = "The amount of CPU time the thread has consumed since it was started.";
1516         public const string ThreadUserProcessorTime = "The amount of CPU time the thread spent outside the operating system core.";
1517         public const string ThreadWaitReason = "The reason the thread is waiting, if it is waiting.";
1518         public const string VerbEditorDefault = "(Default)";
1519         public const string AppSettingsReaderNoKey = "The key '{0}' does not exist in the appSettings configuration section.";
1520         public const string AppSettingsReaderNoParser = "Type '{0}' does not have a Parse method.";
1521         public const string AppSettingsReaderCantParse = "The value '{0}' was found in the appSettings configuration section for key '{1}', and this value is not a valid {2}.";
1522         public const string AppSettingsReaderEmptyString = "(empty string)";
1523         public const string InvalidPermissionState = "Invalid permission state.";
1524         public const string PermissionNumberOfElements = "The number of elements on the access path must be the same as the number of tag names.";
1525         public const string PermissionItemExists = "The item provided already exists.";
1526         public const string PermissionItemDoesntExist = "The requested item doesn't exist.";
1527         public const string PermissionBadParameterEnum = "Parameter must be of type enum.";
1528         public const string PermissionInvalidLength = "Length must be greater than {0}.";
1529         public const string PermissionTypeMismatch = "Type mismatch.";
1530         public const string Argument_NotAPermissionElement = "'securityElement' was not a permission element.";
1531         public const string Argument_InvalidXMLBadVersion = "Invalid Xml - can only parse elements of version one.";
1532         public const string InvalidPermissionLevel = "Invalid permission level.";
1533         public const string TargetNotWebBrowserPermissionLevel = "Target not WebBrowserPermissionLevel.";
1534         public const string WebBrowserBadXml = "Bad Xml {0}";
1535         public const string KeyedCollNeedNonNegativeNum = "Need a non negative number for capacity.";
1536         public const string KeyedCollDuplicateKey = "Cannot add item since the item with the key already exists in the collection.";
1537         public const string KeyedCollReferenceKeyNotFound = "The key reference with respect to which the insertion operation was to be performed was not found.";
1538         public const string KeyedCollKeyNotFound = "Cannot find the key {0} in the collection.";
1539         public const string KeyedCollInvalidKey = "Keys must be non-null non-empty Strings.";
1540         public const string KeyedCollCapacityOverflow = "Capacity overflowed and went negative.  Check capacity of the collection.";
1541         public const string InvalidOperation_EnumEnded = "The enumeration has already completed.";
1542         public const string OrderedDictionary_ReadOnly = "The OrderedDictionary is readonly and cannot be modified.";
1543         public const string OrderedDictionary_SerializationMismatch = "There was an error deserializing the OrderedDictionary.  The ArrayList does not contain DictionaryEntries.";
1544         public const string Async_ExceptionOccurred = "An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.";
1545         public const string Async_QueueingFailed = "Queuing WaitCallback failed.";
1546         public const string Async_OperationCancelled = "Operation has been cancelled.";
1547         public const string Async_OperationAlreadyCompleted = "This operation has already had OperationCompleted called on it and further calls are illegal.";
1548         public const string Async_NullDelegate = "A non-null SendOrPostCallback must be supplied.";
1549         public const string BackgroundWorker_AlreadyRunning = "BackgroundWorker is already running.";
1550         public const string BackgroundWorker_CancellationNotSupported = "BackgroundWorker does not support cancellation.";
1551         public const string BackgroundWorker_OperationCompleted = "Operation has already been completed.";
1552         public const string BackgroundWorker_ProgressNotSupported = "BackgroundWorker does not support progress.";
1553         public const string BackgroundWorker_WorkerAlreadyRunning = "This BackgroundWorker is currently busy and cannot run multiple tasks concurrently.";
1554         public const string BackgroundWorker_WorkerDoesntReportProgress = "This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress.";
1555         public const string BackgroundWorker_WorkerDoesntSupportCancellation = "This BackgroundWorker states that it doesn't support cancellation. Modify WorkerSupportsCancellation to state that it does support cancellation.";
1556         public const string Async_ProgressChangedEventArgs_ProgressPercentage = "Percentage progress made in operation.";
1557         public const string Async_ProgressChangedEventArgs_UserState = "User-supplied state to identify operation.";
1558         public const string Async_AsyncEventArgs_Cancelled = "True if operation was cancelled.";
1559         public const string Async_AsyncEventArgs_Error = "Exception that occurred during operation.  Null if no error.";
1560         public const string Async_AsyncEventArgs_UserState = "User-supplied state to identify operation.";
1561         public const string BackgroundWorker_CancellationPending = "Has the user attempted to cancel the operation? To be accessed from DoWork event handler.";
1562         public const string BackgroundWorker_DoWork = "Event handler to be run on a different thread when the operation begins.";
1563         public const string BackgroundWorker_IsBusy = "Is the worker still currently working on a background operation?";
1564         public const string BackgroundWorker_ProgressChanged = "Raised when the worker thread indicates that some progress has been made.";
1565         public const string BackgroundWorker_RunWorkerCompleted = "Raised when the worker has completed (either through success, failure, or cancellation).";
1566         public const string BackgroundWorker_WorkerReportsProgress = "Whether the worker will report progress.";
1567         public const string BackgroundWorker_WorkerSupportsCancellation = "Whether the worker supports cancellation.";
1568         public const string BackgroundWorker_DoWorkEventArgs_Argument = "Argument passed into the worker handler from BackgroundWorker.RunWorkerAsync.";
1569         public const string BackgroundWorker_DoWorkEventArgs_Result = "Result from the worker function.";
1570         public const string BackgroundWorker_Desc = "Executes an operation on a separate thread.";
1571         public const string InstanceCreationEditorDefaultText = "(New...)";
1572         public const string PropertyTabAttributeBadPropertyTabScope = "Scope must be PropertyTabScope.Document or PropertyTabScope.Component";
1573         public const string PropertyTabAttributeTypeLoadException = "Couldn't find type {0}";
1574         public const string PropertyTabAttributeArrayLengthMismatch = "tabClasses must have the same number of items as tabScopes";
1575         public const string PropertyTabAttributeParamsBothNull = "An array of tab type names or tab types must be specified";
1576         public const string InstanceDescriptorCannotBeStatic = "Parameter cannot be static.";
1577         public const string InstanceDescriptorMustBeStatic = "Parameter must be static.";
1578         public const string InstanceDescriptorMustBeReadable = "Parameter must be readable.";
1579         public const string InstanceDescriptorLengthMismatch = "Length mismatch.";
1580         public const string ToolboxItemAttributeFailedGetType = "Failed to create ToolboxItem of type: {0}";
1581         public const string PropertyDescriptorCollectionBadValue = "Parameter must be of type PropertyDescriptor.";
1582         public const string PropertyDescriptorCollectionBadKey = "Parameter must be of type int or string.";
1583         public const string AspNetHostingPermissionBadXml = "Bad Xml {0}";
1584         public const string CorruptedGZipHeader = "The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.";
1585         public const string UnknownCompressionMode = "The compression mode specified in GZip header is unknown.";
1586         public const string UnknownState = "Decoder is in some unknown state. This might be caused by corrupted data.";
1587         public const string InvalidHuffmanData = "Failed to construct a huffman tree using the length array. The stream might be corrupted.";
1588         public const string InvalidCRC = "The CRC in GZip footer does not match the CRC calculated from the decompressed data.";
1589         public const string InvalidStreamSize = "The stream size in GZip footer does not match the real stream size.";
1590         public const string UnknownBlockType = "Unknown block type. Stream might be corrupted.";
1591         public const string InvalidBlockLength = "Block length does not match with its complement.";
1592         public const string GenericInvalidData = "Found invalid data while decoding.";
1593         public const string CannotReadFromDeflateStream = "Reading from the compression stream is not supported.";
1594         public const string CannotWriteToDeflateStream = "Writing to the compression stream is not supported.";
1595         public const string NotReadableStream = "The base stream is not readable.";
1596         public const string NotWriteableStream = "The base stream is not writeable.";
1597         public const string InvalidArgumentOffsetCount = "Offset plus count is larger than the length of target array.";
1598         public const string InvalidBeginCall = "Only one asynchronous reader is allowed time at one time.";
1599         public const string InvalidEndCall = "EndRead is only callable when there is one pending asynchronous reader.";
1600         public const string StreamSizeOverflow = "The gzip stream can't contain more than 4GB data.";
1601         public const string ZLibErrorDLLLoadError = "The underlying compression routine could not be loaded correctly.";
1602         public const string ZLibErrorUnexpected = "The underlying compression routine returned an unexpected error code.";
1603         public const string ZLibErrorInconsistentStream = "The stream state of the underlying compression routine is inconsistent.";
1604         public const string ZLibErrorSteamFreedPrematurely = "The stream state of the underlying compression routine was freed prematurely.";
1605         public const string ZLibErrorNotEnoughMemory = "The underlying compression routine could not reserve sufficient memory.";
1606         public const string ZLibErrorIncorrectInitParameters = "The underlying compression routine received incorrect initialization parameters.";
1607         public const string ZLibErrorVersionMismatch = "The version of the underlying compression routine does not match expected version.";
1608         public const string InvalidOperation_HCCountOverflow = "Handle collector count overflows or underflows.";
1609         public const string Argument_InvalidThreshold = "maximumThreshold cannot be less than initialThreshold.";
1610         public const string Argument_SemaphoreInitialMaximum = "The initial count for the semaphore must be greater than or equal to zero and less than the maximum count.";
1611         public const string Argument_WaitHandleNameTooLong = "The name can be no more than 260 characters in length.";
1612         public const string WaitHandleCannotBeOpenedException_InvalidHandle = "A WaitHandle with system-wide name '{0}' cannot be created. A WaitHandle of a different type might have the same name.";
1613         public const string ArgumentNotAPermissionElement = "Argument was not a permission Element.";
1614         public const string ArgumentWrongType = "Argument should be of type {0}.";
1615         public const string BadXmlVersion = "Xml version was wrong.";
1616         public const string BinarySerializationNotSupported = "Binary serialization is current not supported by the LocalFileSettingsProvider.";
1617         public const string BothScopeAttributes = "The setting {0} has both an ApplicationScopedSettingAttribute and a UserScopedSettingAttribute.";
1618         public const string NoScopeAttributes = "The setting {0} does not have either an ApplicationScopedSettingAttribute or UserScopedSettingAttribute.";
1619         public const string PositionOutOfRange = "Position cannot be less than zero.";
1620         public const string ProviderInstantiationFailed = "Failed to instantiate provider: {0}.";
1621         public const string ProviderTypeLoadFailed = "Failed to load provider type: {0}.";
1622         public const string SaveAppScopedNotSupported = "Error saving {0} - The LocalFileSettingsProvider does not support saving changes to application-scoped settings.";
1623         public const string SettingsResetFailed = "Failed to reset settings: unable to access the configuration section.";
1624         public const string SettingsSaveFailed = "Failed to save settings: {0}";
1625         public const string SettingsSaveFailedNoSection = "Failed to save settings: unable to access the configuration section.";
1626         public const string StringDeserializationFailed = "Could not use String deserialization for setting: {0}.";
1627         public const string StringSerializationFailed = "Could not use String serialization for setting: {0}.";
1628         public const string UnknownSerializationFormat = "Unknown serialization format specified.";
1629         public const string UnknownSeekOrigin = "Unknown SeekOrigin specified.";
1630         public const string UnknownUserLevel = "Unknown ConfigurationUserLevel specified.";
1631         public const string UserSettingsNotSupported = "The current configuration system does not support user-scoped settings.";
1632         public const string XmlDeserializationFailed = "Could not use Xml deserialization for setting: {0}.";
1633         public const string XmlSerializationFailed = "Could not use Xml serialization for setting: {0}.";
1634         public const string MemberRelationshipService_RelationshipNotSupported = "Relationships between {0}.{1} and {2}.{3} are not supported.";
1635         public const string MaskedTextProviderPasswordAndPromptCharError = "The PasswordChar and PromptChar values cannot be the same.";
1636         public const string MaskedTextProviderInvalidCharError = "The specified character value is not allowed for this property.";
1637         public const string MaskedTextProviderMaskNullOrEmpty = "The Mask value cannot be null or empty.";
1638         public const string MaskedTextProviderMaskInvalidChar = "The specified mask contains invalid characters.";
1639         public const string StandardOleMarshalObjectGetMarshalerFailed = "Failed to get marshaler for IID {0}.";
1640         public const string SoundAPIBadSoundLocation = "Could not determine a universal resource identifier for the sound location.";
1641         public const string SoundAPIFileDoesNotExist = "Please be sure a sound file exists at the specified location.";
1642         public const string SoundAPIFormatNotSupported = "Sound API only supports playing PCM wave files.";
1643         public const string SoundAPIInvalidWaveFile = "The file located at {0} is not a valid wave file.";
1644         public const string SoundAPIInvalidWaveHeader = "The wave header is corrupt.";
1645         public const string SoundAPILoadTimedOut = "The request to load the wave file in memory timed out.";
1646         public const string SoundAPILoadTimeout = "The LoadTimeout property of a SoundPlayer cannot be negative.";
1647         public const string SoundAPIReadError = "There was an error reading the file located at {0}. Please make sure that a valid wave file exists at the specified location.";
1648         public const string WrongActionForCtor = "Constructor supports only the '{0}' action.";
1649         public const string MustBeResetAddOrRemoveActionForCtor = "Constructor only supports either a Reset, Add, or Remove action.";
1650         public const string ResetActionRequiresNullItem = "Reset action must be initialized with no changed items.";
1651         public const string ResetActionRequiresIndexMinus1 = "Reset action must be initialized with index -1.";
1652         public const string IndexCannotBeNegative = "Index cannot be negative.";
1653         public const string ObservableCollectionReentrancyNotAllowed = "Cannot change ObservableCollection during a CollectionChanged event.";
1654 }
1655
1656 partial class SR
1657 {
1658         public static object GetObject (string name)
1659         {
1660                 return name;
1661         }
1662 }