[sgen] Clear the card table in the finishing pause
[mono.git] / mcs / class / System / ReferenceSources / SR.cs
1 //
2 // Resource strings referenced by the code.
3 //
4 // Copyright 2014 Xamarin Inc
5 //
6 // Use the following script to extract strings from .NET strings.resx:
7 //
8 // var d = XDocument.Load ("Strings.resx");
9 // foreach (var j in d.XPathSelectElements ("/root/data")){ var v = j.XPathSelectElement ("value"); Console.WriteLine ("\tpublic const string {0}=\"{1}\";", j.Attribute ("name").Value, v.Value); }
10 //
11 partial class SR
12 {
13         public static object GetObject (string name)
14         {
15                 return name;
16         }
17
18         public const string AlternationCantCapture="Alternation conditions do not capture and cannot be named.";
19         public const string AlternationCantHaveComment="Alternation conditions cannot be comments.";
20         public const string Arg_InvalidArrayType="Target array type is not compatible with the type of items in the collection.";
21         public const string Arg_RankMultiDimNotSupported="Only single dimensional arrays are supported for the requested action.";
22         public const string BadClassInCharRange="Cannot include class {0} in character range.";
23         public const string BeginIndexNotNegative="Start index cannot be less than 0 or greater than input length.";
24         public const string CapnumNotZero="Capture number cannot be zero.";
25         public const string CaptureGroupOutOfRange="Capture group numbers must be less than or equal to Int32.MaxValue.";
26         public const string CountTooSmall="Count cannot be less than -1.";
27         public const string EnumNotStarted="Enumeration has either not started or has already finished.";
28         public const string IllegalCondition="Illegal conditional (?(...)) expression.";
29         public const string IllegalEndEscape="Illegal \\ at end of pattern.";
30         public const string IllegalRange="Illegal {x,y} with x > y.";
31         public const string IncompleteSlashP="Incomplete \\{X} character escape.";
32         public const string InternalError="Internal error in ScanRegex.";
33         public const string InvalidGroupName="Invalid group name: Group names must begin with a word character.";
34         public const string LengthNotNegative="Length cannot be less than 0 or exceed input length.";
35         public const string MakeException="parsing '{0}' - {1}";
36         public const string MalformedNameRef="Malformed \\k<...> named back reference.";
37         public const string MalformedReference="(?({0}) ) malformed.";
38         public const string MalformedSlashP="Malformed \\p{X} character escape.";
39         public const string MissingControl="Missing control character.";
40         public const string NestedQuantify="Nested quantifier {0}.";
41         public const string NoResultOnFailed="Result cannot be called on a failed Match.";
42         public const string NotEnoughParens="Not enough )'s.";
43         public const string OnlyAllowedOnce="This operation is only allowed once per object.";
44         public const string QuantifyAfterNothing="Quantifier {x,y} following nothing.";
45         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.";
46         public const string ReplacementError="Replacement pattern error.";
47         public const string ReversedCharRange="[x-y] range in reverse order.";
48         public const string SubtractionMustBeLast="A subtraction must be the last element in a character class.";
49         public const string TooFewHex="Insufficient hexadecimal digits.";
50         public const string TooManyAlternates="Too many | in (?()|).";
51         public const string TooManyParens="Too many )'s.";
52         public const string UndefinedBackref="Reference to undefined group number {0}.";
53         public const string UndefinedNameRef="Reference to undefined group name {0}.";
54         public const string UndefinedReference="(?({0}) ) reference to undefined group.";
55         public const string UnexpectedOpcode="Unexpected opcode in regular expression generation: {0}.";
56         public const string UnimplementedState="Unimplemented state.";
57         public const string UnknownProperty="Unknown property '{0}'.";
58         public const string UnrecognizedControl="Unrecognized control character.";
59         public const string UnrecognizedEscape="Unrecognized escape sequence {0}.";
60         public const string UnrecognizedGrouping="Unrecognized grouping construct.";
61         public const string UnterminatedBracket="Unterminated [] set.";
62         public const string UnterminatedComment="Unterminated (?#...) comment.";
63         
64         public const string ArgumentNull_Array = "ArgumentNull_Array";
65         public const string ArgumentNull_ArrayWithNullElements = "ArgumentNull_ArrayWithNullElements";
66         public const string Arg_ArrayPlusOffTooSmall = "Arg_ArrayPlusOffTooSmall";
67         public const string Arg_InsufficientSpace = "Arg_InsufficientSpace";
68         public const string Arg_MultiRank = "Arg_MultiRank";
69         public const string Arg_NonZeroLowerBound = "Arg_NonZeroLowerBound";
70         public const string Arg_WrongType = "Arg_WrongType";
71         public const string ArgumentOutOfRange_Index = "ArgumentOutOfRange_Index";
72         public const string ArgumentOutOfRange_NeedNonNegNum = "ArgumentOutOfRange_NeedNonNegNum";
73         public const string ArgumentOutOfRange_NeedNonNegNumRequired = "ArgumentOutOfRange_NeedNonNegNumRequired";
74         public const string ArgumentOutOfRange_SmallCapacity = "ArgumentOutOfRange_SmallCapacity";
75         public const string Argument_AddingDuplicate = "Argument_AddingDuplicate";
76         public const string Argument_ImplementIComparable = "Argument_ImplementIComparable";
77         public const string Argument_InvalidOffLen = "Argument_InvalidOffLen";
78         public const string Argument_InvalidThreshold = "Argument_InvalidThreshold";
79         public const string ExternalLinkedListNode = "ExternalLinkedListNode";
80         public const string InvalidOperation_CannotRemoveFromStackOrQueue = "InvalidOperation_CannotRemoveFromStackOrQueue";
81         public const string InvalidOperation_EmptyCollection = "InvalidOperation_EmptyCollection";
82         public const string InvalidOperation_EmptyQueue = "InvalidOperation_EmptyQueue";
83         public const string InvalidOperation_EmptyStack = "InvalidOperation_EmptyStack";
84         public const string InvalidOperation_EnumEnded = "InvalidOperation_EnumEnded";
85         public const string InvalidOperation_EnumFailedVersion = "InvalidOperation_EnumFailedVersion";
86         public const string InvalidOperation_EnumNotStarted = "InvalidOperation_EnumNotStarted";
87         public const string InvalidOperation_EnumOpCantHappen = "InvalidOperation_EnumOpCantHappen";
88         public const string InvalidOperation_HCCountOverflow = "InvalidOperation_HCCountOverflow";
89         public const string Invalid_Array_Type = "Invalid_Array_Type";
90         public const string LinkedListEmpty = "LinkedListEmpty";
91         public const string LinkedListNodeIsAttached = "LinkedListNodeIsAttached";
92         public const string NotSupported_KeyCollectionSet = "NotSupported_KeyCollectionSet";
93         public const string NotSupported_SortedListNestedWrite = "NotSupported_SortedListNestedWrite";
94         public const string NotSupported_ValueCollectionSet = "NotSupported_ValueCollectionSet";
95         public const string Serialization_InvalidOnDeser = "Serialization_InvalidOnDeser";
96         public const string Serialization_MismatchedCount = "Serialization_MismatchedCount";
97         public const string Serialization_MissingValues = "Serialization_MissingValues";
98         public const string IllegalDefaultRegexMatchTimeoutInAppDomain = "IllegalDefaultRegexMatchTimeoutInAppDomain";
99         public const string InvalidNullEmptyArgument = "InvalidNullEmptyArgument";
100
101         public const string BlockingCollection_Add_ConcurrentCompleteAdd = "BlockingCollection_Add_ConcurrentCompleteAdd";
102         public const string BlockingCollection_Add_Failed = "BlockingCollection_Add_Failed";
103         public const string BlockingCollection_CantAddAnyWhenCompleted = "BlockingCollection_CantAddAnyWhenCompleted";
104         public const string BlockingCollection_CantTakeAnyWhenAllDone = "BlockingCollection_CantTakeAnyWhenAllDone";
105         public const string BlockingCollection_CantTakeWhenDone = "BlockingCollection_CantTakeWhenDone";
106         public const string BlockingCollection_Completed = "BlockingCollection_Completed";
107         public const string BlockingCollection_CopyTo_IncorrectType = "BlockingCollection_CopyTo_IncorrectType";
108         public const string BlockingCollection_CopyTo_MultiDim = "BlockingCollection_CopyTo_MultiDim";
109         public const string BlockingCollection_CopyTo_NonNegative = "BlockingCollection_CopyTo_NonNegative";
110         public const string BlockingCollection_CopyTo_TooManyElems = "BlockingCollection_CopyTo_TooManyElems";
111         public const string BlockingCollection_Disposed = "BlockingCollection_Disposed";
112         public const string BlockingCollection_Take_CollectionModified = "BlockingCollection_Take_CollectionModified";
113         public const string BlockingCollection_TimeoutInvalid = "BlockingCollection_TimeoutInvalid";
114         public const string BlockingCollection_ValidateCollectionsArray_DispElems = "BlockingCollection_ValidateCollectionsArray_DispElems";
115         public const string BlockingCollection_ValidateCollectionsArray_LargeSize = "BlockingCollection_ValidateCollectionsArray_LargeSize";
116         public const string BlockingCollection_ValidateCollectionsArray_NullElems = "BlockingCollection_ValidateCollectionsArray_NullElems";
117         public const string BlockingCollection_ValidateCollectionsArray_ZeroSize = "BlockingCollection_ValidateCollectionsArray_ZeroSize";
118         public const string BlockingCollection_ctor_BoundedCapacityRange = "BlockingCollection_ctor_BoundedCapacityRange";
119         public const string BlockingCollection_ctor_CountMoreThanCapacity = "BlockingCollection_ctor_CountMoreThanCapacity";
120         public const string Common_OperationCanceled = "Common_OperationCanceled";
121         public const string ConcurrentBag_CopyTo_ArgumentNullException = "ConcurrentBag_CopyTo_ArgumentNullException";
122         public const string ConcurrentBag_CopyTo_ArgumentOutOfRangeException = "ConcurrentBag_CopyTo_ArgumentOutOfRangeException";
123         public const string ConcurrentBag_Ctor_ArgumentNullException = "ConcurrentBag_Ctor_ArgumentNullException";
124         public const string ConcurrentCollection_SyncRoot_NotSupported = "ConcurrentCollection_SyncRoot_NotSupported";
125
126         public const string ArgumentNull_Key = "ArgumentNull_Key";
127         public const string Argument_InvalidValue = "Argument_InvalidValue";
128         public const string BitVectorFull = "BitVectorFull";
129         public const string CollectionReadOnly = "CollectionReadOnly";
130         public const string IndexCannotBeNegative = "IndexCannotBeNegative";
131         public const string IndexOutOfRange = "IndexOutOfRange";
132         public const string MustBeResetAddOrRemoveActionForCtor = "MustBeResetAddOrRemoveActionForCtor";
133         public const string OrderedDictionary_ReadOnly = "OrderedDictionary_ReadOnly";
134         public const string OrderedDictionary_SerializationMismatch = "OrderedDictionary_SerializationMismatch";
135         public const string ResetActionRequiresIndexMinus1 = "ResetActionRequiresIndexMinus1";
136         public const string ResetActionRequiresNullItem = "ResetActionRequiresNullItem";
137         public const string WrongActionForCtor = "WrongActionForCtor";  
138         public const string ObservableCollectionReentrancyNotAllowed = "ObservableCollectionReentrancyNotAllowed";
139
140         public const string ArrayConverterText = "{0} Array";
141         public const string Async_AsyncEventArgs_Cancelled = "Async_AsyncEventArgs_Cancelled";
142         public const string Async_AsyncEventArgs_Error = "Async_AsyncEventArgs_Error";
143         public const string Async_AsyncEventArgs_UserState = "Async_AsyncEventArgs_UserState";
144         public const string Async_ExceptionOccurred = "Async_ExceptionOccurred";
145         public const string Async_NullDelegate = "Async_NullDelegate";
146         public const string Async_OperationAlreadyCompleted = "Async_OperationAlreadyCompleted";
147         public const string Async_OperationCancelled = "Async_OperationCancelled";
148         public const string Async_ProgressChangedEventArgs_ProgressPercentage = "Async_ProgressChangedEventArgs_ProgressPercentage";
149         public const string Async_ProgressChangedEventArgs_UserState = "Async_ProgressChangedEventArgs_UserState";
150         public const string BackgroundWorker_CancellationPending = "BackgroundWorker_CancellationPending";
151         public const string BackgroundWorker_Desc = "BackgroundWorker_Desc";
152         public const string BackgroundWorker_DoWork = "BackgroundWorker_DoWork";
153         public const string BackgroundWorker_DoWorkEventArgs_Argument = "BackgroundWorker_DoWorkEventArgs_Argument";
154         public const string BackgroundWorker_DoWorkEventArgs_Result = "BackgroundWorker_DoWorkEventArgs_Result";
155         public const string BackgroundWorker_IsBusy = "BackgroundWorker_IsBusy";
156         public const string BackgroundWorker_ProgressChanged = "BackgroundWorker_ProgressChanged";
157         public const string BackgroundWorker_RunWorkerCompleted = "BackgroundWorker_RunWorkerCompleted";
158         public const string BackgroundWorker_WorkerAlreadyRunning = "BackgroundWorker_WorkerAlreadyRunning";
159         public const string BackgroundWorker_WorkerDoesntReportProgress = "BackgroundWorker_WorkerDoesntReportProgress";
160         public const string BackgroundWorker_WorkerDoesntSupportCancellation = "BackgroundWorker_WorkerDoesntSupportCancellation";
161         public const string BackgroundWorker_WorkerReportsProgress = "BackgroundWorker_WorkerReportsProgress";
162         public const string BackgroundWorker_WorkerSupportsCancellation = "BackgroundWorker_WorkerSupportsCancellation";
163         public const string CHECKOUTCanceled = "CHECKOUTCanceled";
164         public const string CantModifyListSortDescriptionCollection = "CantModifyListSortDescriptionCollection";
165         public const string CollectionConverterText = "(Collection)";
166         public const string ConvertFromException = "{0} cannot convert from {1}.";
167         public const string ConvertInvalidPrimitive = "{0} is not a valid value for {1}.";
168         public const string ConvertToException = "'{0}' is unable to convert '{1}' to '{2}'.";
169         public const string CultureInfoConverterDefaultCultureString = "(Default)";
170         public const string CultureInfoConverterInvalidCulture = "The {0} culture cannot be converted to a CultureInfo object on this computer.";
171         public const string DuplicateComponentName = "Duplicate component name '{0}'.  Component names must be unique and case-insensitive.";
172         public const string EnumConverterInvalidValue = "The value '{0}' is not a valid value for the enum '{1}'.";
173         public const string ErrorBadExtenderType = "ErrorBadExtenderType";
174         public const string ErrorInvalidEventHandler = "ErrorInvalidEventHandler";
175         public const string ErrorInvalidEventType = "ErrorInvalidEventType";
176         public const string ErrorInvalidPropertyType = "ErrorInvalidPropertyType";
177         public const string ErrorInvalidServiceInstance = "ErrorInvalidServiceInstance";
178         public const string ErrorMissingEventAccessors = "ErrorMissingEventAccessors";
179         public const string ErrorMissingPropertyAccessors = "ErrorMissingPropertyAccessors";
180         public const string ErrorPropertyAccessorException = "ErrorPropertyAccessorException";
181         public const string ErrorServiceExists = "The service {0} already exists in the service container.";
182         public const string ISupportInitializeDescr = "ISupportInitializeDescr";
183         public const string InstanceCreationEditorDefaultText = "InstanceCreationEditorDefaultText";
184         public const string InstanceDescriptorCannotBeStatic = "InstanceDescriptorCannotBeStatic";
185         public const string InstanceDescriptorLengthMismatch = "InstanceDescriptorLengthMismatch";
186         public const string InstanceDescriptorMustBeReadable = "InstanceDescriptorMustBeReadable";
187         public const string InstanceDescriptorMustBeStatic = "InstanceDescriptorMustBeStatic";
188         public const string InvalidArgument = "InvalidArgument";
189         public const string InvalidEnumArgument = "The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.";
190         public const string InvalidMemberName = "InvalidMemberName";
191         public const string InvalidNullArgument = "InvalidNullArgument";
192         public const string LicExceptionTypeAndInstance = "LicExceptionTypeAndInstance";
193         public const string LicExceptionTypeOnly = "LicExceptionTypeOnly";
194         public const string LicMgrAlreadyLocked = "LicMgrAlreadyLocked";
195         public const string LicMgrContextCannotBeChanged = "LicMgrContextCannotBeChanged";
196         public const string LicMgrDifferentUser = "LicMgrDifferentUser";
197         public const string MaskedTextProviderInvalidCharError = "MaskedTextProviderInvalidCharError";
198         public const string MaskedTextProviderMaskInvalidChar  = "MaskedTextProviderMaskInvalidChar ";
199         public const string MaskedTextProviderMaskNullOrEmpty = "MaskedTextProviderMaskNullOrEmpty";
200         public const string MaskedTextProviderPasswordAndPromptCharError = "MaskedTextProviderPasswordAndPromptCharError";
201         public const string MemberRelationshipService_RelationshipNotSupported = "MemberRelationshipService_RelationshipNotSupported";
202         public const string MetaExtenderName = "MetaExtenderName";
203         public const string MultilineStringConverterText = "(Text)";
204         public const string NullableConverterBadCtorArg = "NullableConverterBadCtorArg";
205         public const string PropertyCategoryAsynchronous = "PropertyCategoryAsynchronous";
206         public const string PropertyTabAttributeArrayLengthMismatch = "PropertyTabAttributeArrayLengthMismatch";
207         public const string PropertyTabAttributeBadPropertyTabScope = "PropertyTabAttributeBadPropertyTabScope";
208         public const string PropertyTabAttributeParamsBothNull = "PropertyTabAttributeParamsBothNull";
209         public const string PropertyTabAttributeTypeLoadException = "PropertyTabAttributeTypeLoadException";
210         public const string ToStringNull = "(null)";
211         public const string ToolboxItemAttributeFailedGetType = "ToolboxItemAttributeFailedGetType";
212         public const string TypeDescriptorAlreadyAssociated = "TypeDescriptorAlreadyAssociated";
213         public const string TypeDescriptorArgsCountMismatch = "TypeDescriptorArgsCountMismatch";
214         public const string TypeDescriptorExpectedElementType = "TypeDescriptorExpectedElementType";
215         public const string TypeDescriptorProviderError = "TypeDescriptorProviderError";
216         public const string TypeDescriptorSameAssociation = "TypeDescriptorSameAssociation";
217         public const string TypeDescriptorUnsupportedRemoteObject = "TypeDescriptorUnsupportedRemoteObject";
218         public const string toStringNone = "(none)";
219
220         public const string Arg_EnumIllegalVal = "Arg_EnumIllegalVal";
221         public const string Argument_InvalidClassAttribute = "Argument_InvalidClassAttribute";
222         public const string Argument_InvalidPermissionState = "Argument_InvalidPermissionState";
223         public const string Argument_WrongType = "Argument_WrongType";
224
225         public const string ArgumentOutOfRange_NeedPosNum = "ArgumentOutOfRange_NeedPosNum";
226         public const string Argument_SemaphoreInitialMaximum = "Argument_SemaphoreInitialMaximum";
227         public const string Argument_WaitHandleNameTooLong = "Argument_WaitHandleNameTooLong";
228         public const string BarrierPostPhaseException = "BarrierPostPhaseException";
229         public const string Barrier_AddParticipants_NonPositive_ArgumentOutOfRange = "Barrier_AddParticipants_NonPositive_ArgumentOutOfRange";
230         public const string Barrier_AddParticipants_Overflow_ArgumentOutOfRange = "Barrier_AddParticipants_Overflow_ArgumentOutOfRange";
231         public const string Barrier_Dispose = "Barrier_Dispose";
232         public const string Barrier_InvalidOperation_CalledFromPHA = "Barrier_InvalidOperation_CalledFromPHA";
233         public const string Barrier_RemoveParticipants_ArgumentOutOfRange = "Barrier_RemoveParticipants_ArgumentOutOfRange";
234         public const string Barrier_RemoveParticipants_InvalidOperation = "Barrier_RemoveParticipants_InvalidOperation";
235         public const string Barrier_RemoveParticipants_NonPositive_ArgumentOutOfRange = "Barrier_RemoveParticipants_NonPositive_ArgumentOutOfRange";
236         public const string Barrier_SignalAndWait_ArgumentOutOfRange = "Barrier_SignalAndWait_ArgumentOutOfRange";
237         public const string Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded = "Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded";
238         public const string Barrier_SignalAndWait_InvalidOperation_ZeroTotal = "Barrier_SignalAndWait_InvalidOperation_ZeroTotal";
239         public const string Barrier_ctor_ArgumentOutOfRange = "Barrier_ctor_ArgumentOutOfRange";
240         public const string WaitHandleCannotBeOpenedException_InvalidHandle = "WaitHandleCannotBeOpenedException_InvalidHandle";
241
242         public const string InvalidParameter = "InvalidParameter";
243         public const string TimerAutoReset = "TimerAutoReset";
244         public const string TimerEnabled = "TimerEnabled";
245         public const string TimerInterval = "TimerInterval";
246         public const string TimerIntervalElapsed = "TimerIntervalElapsed";
247         public const string TimerInvalidInterval = "TimerInvalidInterval";
248         public const string TimerSynchronizingObject = "TimerSynchronizingObject";
249
250         public const string ArgumentOutOfRange_Bounds_Lower_Upper = "ArgumentOutOfRange_Bounds_Lower_Upper";
251         public const string ContentDispositionInvalid = "ContentDispositionInvalid";
252         public const string ContentTypeInvalid = "ContentTypeInvalid";
253         public const string InvalidAsyncResult = "InvalidAsyncResult";
254         public const string InvalidHeaderName = "InvalidHeaderName";
255         public const string InvalidHexDigit = "InvalidHexDigit";
256         public const string InvalidPort = "InvalidPort";
257         public const string MailAddressInvalidFormat = "MailAddressInvalidFormat";
258         public const string MailBase64InvalidCharacter = "MailBase64InvalidCharacter";
259         public const string MailCollectionIsReadOnly = "MailCollectionIsReadOnly";
260         public const string MailDateInvalidFormat = "MailDateInvalidFormat";
261         public const string MailHeaderFieldInvalidCharacter = "MailHeaderFieldInvalidCharacter";
262         public const string MailHeaderFieldMalformedHeader = "MailHeaderFieldMalformedHeader";
263         public const string MailHeaderInvalidCID = "MailHeaderInvalidCID";
264         public const string MailHostNotFound = "MailHostNotFound";
265         public const string MailServerDoesNotSupportStartTls = "MailServerDoesNotSupportStartTls";
266         public const string MailServerResponse = "MailServerResponse";
267         public const string MailSubjectInvalidFormat = "MailSubjectInvalidFormat";
268         public const string MailWriterIsInContent = "MailWriterIsInContent";
269         public const string MediaTypeInvalid = "MediaTypeInvalid";
270         public const string MimePartCantResetStream = "MimePartCantResetStream";
271         public const string MimeTransferEncodingNotSupported = "MimeTransferEncodingNotSupported";
272         public const string NotReadableStream = "NotReadableStream";
273         public const string NotSupported = "NotSupported";
274         public const string NotWriteableStream = "NotWriteableStream";
275         public const string ReadNotSupported = "ReadNotSupported";
276         public const string SSPIInvalidHandleType = "SSPIInvalidHandleType";
277         public const string SeekNotSupported = "SeekNotSupported";
278         public const string SmtpAlreadyConnected = "SmtpAlreadyConnected";
279         public const string SmtpAuthResponseInvalid = "SmtpAuthResponseInvalid";
280         public const string SmtpAuthenticationFailed = "SmtpAuthenticationFailed";
281         public const string SmtpBadCommandSequence = "SmtpBadCommandSequence";
282         public const string SmtpClientNotPermitted = "SmtpClientNotPermitted";
283         public const string SmtpCommandNotImplemented = "SmtpCommandNotImplemented";
284         public const string SmtpCommandParameterNotImplemented = "SmtpCommandParameterNotImplemented";
285         public const string SmtpCommandUnrecognized = "SmtpCommandUnrecognized";
286         public const string SmtpDataStreamOpen = "SmtpDataStreamOpen";
287         public const string SmtpEhloResponseInvalid = "SmtpEhloResponseInvalid";
288         public const string SmtpExceededStorageAllocation = "SmtpExceededStorageAllocation";
289         public const string SmtpFromRequired = "SmtpFromRequired";
290         public const string SmtpGetIisPickupDirectoryFailed = "SmtpGetIisPickupDirectoryFailed";
291         public const string SmtpHelpMessage = "SmtpHelpMessage";
292         public const string SmtpInsufficientStorage = "SmtpInsufficientStorage";
293         public const string SmtpInvalidHostName = "SmtpInvalidHostName";
294         public const string SmtpInvalidOperationDuringSend = "SmtpInvalidOperationDuringSend";
295         public const string SmtpInvalidResponse = "SmtpInvalidResponse";
296         public const string SmtpLocalErrorInProcessing = "SmtpLocalErrorInProcessing";
297         public const string SmtpMailboxBusy = "SmtpMailboxBusy";
298         public const string SmtpMailboxNameNotAllowed = "SmtpMailboxNameNotAllowed";
299         public const string SmtpMailboxUnavailable = "SmtpMailboxUnavailable";
300         public const string SmtpMustIssueStartTlsFirst = "SmtpMustIssueStartTlsFirst";
301         public const string SmtpNeedAbsolutePickupDirectory = "SmtpNeedAbsolutePickupDirectory";
302         public const string SmtpNonAsciiUserNotSupported = "SmtpNonAsciiUserNotSupported";
303         public const string SmtpOK = "SmtpOK";
304         public const string SmtpPickupDirectoryDoesnotSupportSsl = "SmtpPickupDirectoryDoesnotSupportSsl";
305         public const string SmtpRecipientFailed = "SmtpRecipientFailed";
306         public const string SmtpRecipientRequired = "SmtpRecipientRequired";
307         public const string SmtpSendMailFailure = "SmtpSendMailFailure";
308         public const string SmtpServiceClosingTransmissionChannel = "SmtpServiceClosingTransmissionChannel";
309         public const string SmtpServiceNotAvailable = "SmtpServiceNotAvailable";
310         public const string SmtpServiceReady = "SmtpServiceReady";
311         public const string SmtpStartMailInput = "SmtpStartMailInput";
312         public const string SmtpSyntaxError = "SmtpSyntaxError";
313         public const string SmtpSystemStatus = "SmtpSystemStatus";
314         public const string SmtpTransactionFailed = "SmtpTransactionFailed";
315         public const string SmtpUserNotLocalTryAlternatePath = "SmtpUserNotLocalTryAlternatePath";
316         public const string SmtpUserNotLocalWillForward = "SmtpUserNotLocalWillForward";
317         public const string UnspecifiedHost = "UnspecifiedHost";
318         public const string WinNTRequired = "WinNTRequired";
319         public const string WinXPRequired = "WinXPRequired";
320         public const string WriteNotSupported = "WriteNotSupported";
321         public const string dns_bad_ip_address = "dns_bad_ip_address";
322         public const string net_InvalidAddressFamily = "net_InvalidAddressFamily";
323         public const string net_InvalidEndPointAddressFamily = "net_InvalidEndPointAddressFamily";
324         public const string net_InvalidSocketAddressSize = "net_InvalidSocketAddressSize";
325         public const string net_InvalidSocketHandle = "net_InvalidSocketHandle";
326         public const string net_InvalidStatusCode = "net_InvalidStatusCode";
327         public const string net_MethodNotImplementedException = "net_MethodNotImplementedException";
328         public const string net_MethodNotSupportedException = "net_MethodNotSupportedException";
329         public const string net_PropertyNotImplementedException = "net_PropertyNotImplementedException";
330         public const string net_PropertyNotSupportedException = "net_PropertyNotSupportedException";
331         public const string net_WebHeaderInvalidCRLFChars = "net_WebHeaderInvalidCRLFChars";
332         public const string net_WebHeaderInvalidControlChars = "net_WebHeaderInvalidControlChars";
333         public const string net_WebHeaderInvalidHeaderChars = "net_WebHeaderInvalidHeaderChars";
334         public const string net_WebHeaderInvalidNonAsciiChars = "net_WebHeaderInvalidNonAsciiChars";
335         public const string net_WebHeaderMissingColon = "net_WebHeaderMissingColon";
336         public const string net_WebSockets_AcceptHeaderNotFound = "net_WebSockets_AcceptHeaderNotFound";
337         public const string net_WebSockets_AcceptNotAWebSocket = "net_WebSockets_AcceptNotAWebSocket";
338         public const string net_WebSockets_AcceptUnsupportedProtocol = "net_WebSockets_AcceptUnsupportedProtocol";
339         public const string net_WebSockets_AcceptUnsupportedWebSocketVersion = "net_WebSockets_AcceptUnsupportedWebSocketVersion";
340         public const string net_WebSockets_AlreadyStarted = "net_WebSockets_AlreadyStarted";
341         public const string net_WebSockets_ArgumentOutOfRange_InternalBuffer = "net_WebSockets_ArgumentOutOfRange_InternalBuffer";
342         public const string net_WebSockets_ArgumentOutOfRange_TooBig = "net_WebSockets_ArgumentOutOfRange_TooBig";
343         public const string net_WebSockets_ArgumentOutOfRange_TooSmall = "net_WebSockets_ArgumentOutOfRange_TooSmall";
344         public const string net_WebSockets_Argument_InvalidMessageType = "net_WebSockets_Argument_InvalidMessageType";
345         public const string net_WebSockets_ClientAcceptingNoProtocols = "net_WebSockets_ClientAcceptingNoProtocols";
346         public const string net_WebSockets_Connect101Expected = "net_WebSockets_Connect101Expected";
347         public const string net_WebSockets_ConnectionClosedPrematurely_Generic = "net_WebSockets_ConnectionClosedPrematurely_Generic";
348         public const string net_WebSockets_Generic = "net_WebSockets_Generic";
349         public const string net_WebSockets_HeaderError_Generic = "net_WebSockets_HeaderError_Generic";
350         public const string net_WebSockets_InvalidBufferType = "net_WebSockets_InvalidBufferType";
351         public const string net_WebSockets_InvalidCharInProtocolString = "net_WebSockets_InvalidCharInProtocolString";
352         public const string net_WebSockets_InvalidCloseStatusCode = "net_WebSockets_InvalidCloseStatusCode";
353         public const string net_WebSockets_InvalidCloseStatusDescription = "net_WebSockets_InvalidCloseStatusDescription";
354         public const string net_WebSockets_InvalidEmptySubProtocol = "net_WebSockets_InvalidEmptySubProtocol";
355         public const string net_WebSockets_InvalidMessageType = "net_WebSockets_InvalidMessageType";
356         public const string net_WebSockets_InvalidMessageType_Generic = "net_WebSockets_InvalidMessageType_Generic";
357         public const string net_WebSockets_InvalidRegistration = "net_WebSockets_InvalidRegistration";
358         public const string net_WebSockets_InvalidResponseHeader = "net_WebSockets_InvalidResponseHeader";
359         public const string net_WebSockets_InvalidState = "net_WebSockets_InvalidState";
360         public const string net_WebSockets_InvalidState_ClosedOrAborted = "net_WebSockets_InvalidState_ClosedOrAborted";
361         public const string net_WebSockets_InvalidState_Generic = "net_WebSockets_InvalidState_Generic";
362         public const string net_WebSockets_NativeSendResponseHeaders = "net_WebSockets_NativeSendResponseHeaders";
363         public const string net_WebSockets_NoDuplicateProtocol = "net_WebSockets_NoDuplicateProtocol";
364         public const string net_WebSockets_NotAWebSocket_Generic = "net_WebSockets_NotAWebSocket_Generic";
365         public const string net_WebSockets_NotConnected = "net_WebSockets_NotConnected";
366         public const string net_WebSockets_ReasonNotNull = "net_WebSockets_ReasonNotNull";
367         public const string net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync = "net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync";
368         public const string net_WebSockets_Scheme = "net_WebSockets_Scheme";
369         public const string net_WebSockets_UnsupportedPlatform = "net_WebSockets_UnsupportedPlatform";
370         public const string net_WebSockets_UnsupportedProtocol_Generic = "net_WebSockets_UnsupportedProtocol_Generic";
371         public const string net_WebSockets_UnsupportedWebSocketVersion_Generic = "net_WebSockets_UnsupportedWebSocketVersion_Generic";
372         public const string net_Websockets_AlreadyOneOutstandingOperation = "net_Websockets_AlreadyOneOutstandingOperation";
373         public const string net_Websockets_WebSocketBaseFaulted = "net_Websockets_WebSocketBaseFaulted";
374         public const string net_ambiguousbuffers = "net_ambiguousbuffers";
375         public const string net_array_too_small = "net_array_too_small";
376         public const string net_auth_SSPI = "net_auth_SSPI";
377         public const string net_auth_alert = "net_auth_alert";
378         public const string net_auth_bad_client_creds = "net_auth_bad_client_creds";
379         public const string net_auth_bad_client_creds_or_target_mismatch = "net_auth_bad_client_creds_or_target_mismatch";
380         public const string net_auth_client_server = "net_auth_client_server";
381         public const string net_auth_context_expectation = "net_auth_context_expectation";
382         public const string net_auth_context_expectation_remote = "net_auth_context_expectation_remote";
383         public const string net_auth_eof = "net_auth_eof";
384         public const string net_auth_ignored_reauth = "net_auth_ignored_reauth";
385         public const string net_auth_message_not_encrypted = "net_auth_message_not_encrypted";
386         public const string net_auth_must_specify_extended_protection_scheme = "net_auth_must_specify_extended_protection_scheme";
387         public const string net_auth_no_anonymous_support = "net_auth_no_anonymous_support";
388         public const string net_auth_noauth = "net_auth_noauth";
389         public const string net_auth_reauth = "net_auth_reauth";
390         public const string net_auth_supported_impl_levels = "net_auth_supported_impl_levels";
391         public const string net_authmodulenotregistered = "net_authmodulenotregistered";
392         public const string net_authschemenotregistered = "net_authschemenotregistered";
393         public const string net_bad_ip_address_prefix = "net_bad_ip_address_prefix";
394         public const string net_bad_mac_address = "net_bad_mac_address";
395         public const string net_baddate = "net_baddate";
396         public const string net_badmethod = "net_badmethod";
397         public const string net_buffercounttoosmall = "net_buffercounttoosmall";
398         public const string net_cache_access_denied = "net_cache_access_denied";
399         public const string net_cache_no_stream = "net_cache_no_stream";
400         public const string net_cache_non_seekable_stream_not_supported = "net_cache_non_seekable_stream_not_supported";
401         public const string net_cache_not_accept_response = "net_cache_not_accept_response";
402         public const string net_cache_not_supported_body = "net_cache_not_supported_body";
403         public const string net_cache_not_supported_command = "net_cache_not_supported_command";
404         public const string net_cache_retrieve_failure = "net_cache_retrieve_failure";
405         public const string net_cache_shadowstream_not_writable = "net_cache_shadowstream_not_writable";
406         public const string net_cache_unsupported_partial_stream = "net_cache_unsupported_partial_stream";
407         public const string net_cache_validator_fail = "net_cache_validator_fail";
408         public const string net_cache_validator_result = "net_cache_validator_result";
409         public const string net_cannot_load_proxy_helper = "net_cannot_load_proxy_helper";
410         public const string net_cant_create_environment = "net_cant_create_environment";
411         public const string net_cant_determine_osinstalltype = "net_cant_determine_osinstalltype";
412         public const string net_cant_perform_during_shutdown = "net_cant_perform_during_shutdown";
413         public const string net_clsmall = "net_clsmall";
414         public const string net_collection_readonly = "net_collection_readonly";
415         public const string net_completed_result = "net_completed_result";
416         public const string net_config_authenticationmodules = "net_config_authenticationmodules";
417         public const string net_config_element_permission = "net_config_element_permission";
418         public const string net_config_property_permission = "net_config_property_permission";
419         public const string net_config_proxy = "net_config_proxy";
420         public const string net_config_proxy_module_not_public = "net_config_proxy_module_not_public";
421         public const string net_config_requestcaching = "net_config_requestcaching";
422         public const string net_config_section_permission = "net_config_section_permission";
423         public const string net_config_webrequestmodules = "net_config_webrequestmodules";
424         public const string net_connarg = "net_connarg";
425         public const string net_container_add_cookie = "net_container_add_cookie";
426         public const string net_contentlengthmissing = "net_contentlengthmissing";
427         public const string net_cookie_attribute = "The '{0}'='{1}' part of the cookie is invalid.";
428         public const string net_cookie_capacity_range = "net_cookie_capacity_range";
429         public const string net_cookie_exists = "net_cookie_exists";
430         public const string net_cookie_format = "Cookie format error.";
431         public const string net_cookie_parse_header = "An error occurred when parsing the Cookie header for Uri '{0}'.";
432         public const string net_cookie_size = "net_cookie_size";
433         public const string net_empty_osinstalltype = "net_empty_osinstalltype";
434         public const string net_emptystringcall = "net_emptystringcall";
435         public const string net_emptystringset = "net_emptystringset";
436         public const string net_entire_body_not_written = "net_entire_body_not_written";
437         public const string net_entitytoobig = "net_entitytoobig";
438         public const string net_format_shexp = "net_format_shexp";
439         public const string net_frame_max_size = "net_frame_max_size";
440         public const string net_frame_read_io = "net_frame_read_io";
441         public const string net_frame_read_size = "net_frame_read_size";
442         public const string net_frame_size = "net_frame_size";
443         public const string net_fromto = "net_fromto";
444         public const string net_ftp_active_address_different = "net_ftp_active_address_different";
445         public const string net_ftp_invalid_method_name = "net_ftp_invalid_method_name";
446         public const string net_ftp_invalid_renameto = "net_ftp_invalid_renameto";
447         public const string net_ftp_invalid_response_filename = "net_ftp_invalid_response_filename";
448         public const string net_ftp_invalid_status_response = "net_ftp_invalid_status_response";
449         public const string net_ftp_invalid_uri = "net_ftp_invalid_uri";
450         public const string net_ftp_no_defaultcreds = "net_ftp_no_defaultcreds";
451         public const string net_ftp_no_http_cmd = "net_ftp_no_http_cmd";
452         public const string net_ftp_no_offsetforhttp = "net_ftp_no_offsetforhttp";
453         public const string net_ftp_proxy_does_not_support_ssl = "net_ftp_proxy_does_not_support_ssl";
454         public const string net_ftp_response_invalid_format = "net_ftp_response_invalid_format";
455         public const string net_ftp_server_failed_passive = "net_ftp_server_failed_passive";
456         public const string net_ftp_unsupported_method = "net_ftp_unsupported_method";
457         public const string net_headerrestrict = "net_headerrestrict";
458         public const string net_headers_req = "net_headers_req";
459         public const string net_headers_rsp = "net_headers_rsp";
460         public const string net_headers_toolong = "net_headers_toolong";
461         public const string net_inasync = "net_inasync";
462         public const string net_invalidAddressList = "net_invalidAddressList";
463         public const string net_invalidPingBufferSize = "net_invalidPingBufferSize";
464         public const string net_invalid_cast = "net_invalid_cast";
465         public const string net_invalid_enum = "net_invalid_enum";
466         public const string net_invalid_host = "net_invalid_host";
467         public const string net_invalid_ip_addr = "net_invalid_ip_addr";
468         public const string net_invalidstatus = "net_invalidstatus";
469         public const string net_invalidversion = "net_invalidversion";
470         public const string net_invasync = "net_invasync";
471         public const string net_io_async_result = "net_io_async_result";
472         public const string net_io_completionportwasbound = "net_io_completionportwasbound";
473         public const string net_io_connectionclosed = "net_io_connectionclosed";
474         public const string net_io_decrypt = "net_io_decrypt";
475         public const string net_io_encrypt = "net_io_encrypt";
476         public const string net_io_eof = "net_io_eof";
477         public const string net_io_header_id = "net_io_header_id";
478         public const string net_io_invalidasyncresult = "net_io_invalidasyncresult";
479         public const string net_io_invalidendcall = "net_io_invalidendcall";
480         public const string net_io_invalidnestedcall = "net_io_invalidnestedcall";
481         public const string net_io_must_be_rw_stream = "net_io_must_be_rw_stream";
482         public const string net_io_notenoughbyteswritten = "net_io_notenoughbyteswritten";
483         public const string net_io_out_range = "net_io_out_range";
484         public const string net_io_read = "net_io_read";
485         public const string net_io_readfailure = "net_io_readfailure";
486         public const string net_io_timeout_use_ge_zero = "net_io_timeout_use_ge_zero";
487         public const string net_io_timeout_use_gt_zero = "net_io_timeout_use_gt_zero";
488         public const string net_io_transportfailure = "net_io_transportfailure";
489         public const string net_io_write = "net_io_write";
490         public const string net_io_writefailure = "net_io_writefailure";
491         public const string net_ipv4_not_installed = "net_ipv4_not_installed";
492         public const string net_ipv6_not_installed = "net_ipv6_not_installed";
493         public const string net_jscript_load = "net_jscript_load";
494         public const string net_listener_already = "net_listener_already";
495         public const string net_listener_callinprogress = "net_listener_callinprogress";
496         public const string net_listener_cannot_set_custom_cbt = "net_listener_cannot_set_custom_cbt";
497         public const string net_listener_cbt_not_supported = "net_listener_cbt_not_supported";
498         public const string net_listener_close_urlgroup_error = "net_listener_close_urlgroup_error";
499         public const string net_listener_detach_error = "net_listener_detach_error";
500         public const string net_listener_host = "net_listener_host";
501         public const string net_listener_invalid_cbt_type = "net_listener_invalid_cbt_type";
502         public const string net_listener_mustcall = "net_listener_mustcall";
503         public const string net_listener_mustcompletecall = "net_listener_mustcompletecall";
504         public const string net_listener_no_spns = "net_listener_no_spns";
505         public const string net_listener_scheme = "net_listener_scheme";
506         public const string net_listener_slash = "net_listener_slash";
507         public const string net_log_attempting_restart_using_cert = "net_log_attempting_restart_using_cert";
508         public const string net_log_auth_invalid_challenge = "net_log_auth_invalid_challenge";
509         public const string net_log_buffered_n_bytes = "net_log_buffered_n_bytes";
510         public const string net_log_cache_206_resp_non_matching_entry = "net_log_cache_206_resp_non_matching_entry";
511         public const string net_log_cache_206_resp_starting_position_not_adjusted = "net_log_cache_206_resp_starting_position_not_adjusted";
512         public const string net_log_cache_304_head_resp_has_different_last_modified = "net_log_cache_304_head_resp_has_different_last_modified";
513         public const string net_log_cache_304_received_on_unconditional_request = "net_log_cache_304_received_on_unconditional_request";
514         public const string net_log_cache_304_received_on_unconditional_request_expected_200_206 = "net_log_cache_304_received_on_unconditional_request_expected_200_206";
515         public const string net_log_cache_accept_based_on_retry_count = "net_log_cache_accept_based_on_retry_count";
516         public const string net_log_cache_after_validation = "net_log_cache_after_validation";
517         public const string net_log_cache_age1 = "net_log_cache_age1";
518         public const string net_log_cache_age1_date_header = "net_log_cache_age1_date_header";
519         public const string net_log_cache_age1_last_synchronized = "net_log_cache_age1_last_synchronized";
520         public const string net_log_cache_age1_last_synchronized_age_header = "net_log_cache_age1_last_synchronized_age_header";
521         public const string net_log_cache_age2 = "net_log_cache_age2";
522         public const string net_log_cache_auth_header_and_no_s_max_age = "net_log_cache_auth_header_and_no_s_max_age";
523         public const string net_log_cache_cache_control = "net_log_cache_cache_control";
524         public const string net_log_cache_cache_control_error = "net_log_cache_cache_control_error";
525         public const string net_log_cache_cache_last_modified = "net_log_cache_cache_last_modified";
526         public const string net_log_cache_cached_auth_header = "net_log_cache_cached_auth_header";
527         public const string net_log_cache_cached_auth_header_no_control_directive = "net_log_cache_cached_auth_header_no_control_directive";
528         public const string net_log_cache_cannot_construct_conditional_range_request = "net_log_cache_cannot_construct_conditional_range_request";
529         public const string net_log_cache_cannot_construct_conditional_request = "net_log_cache_cannot_construct_conditional_request";
530         public const string net_log_cache_cannot_remove = "net_log_cache_cannot_remove";
531         public const string net_log_cache_cannot_update_cache_if_304 = "net_log_cache_cannot_update_cache_if_304";
532         public const string net_log_cache_cannot_update_cache_with_head_resp = "net_log_cache_cannot_update_cache_with_head_resp";
533         public const string net_log_cache_closing_cache_stream = "net_log_cache_closing_cache_stream";
534         public const string net_log_cache_combined_resp_requested = "net_log_cache_combined_resp_requested";
535         public const string net_log_cache_commit_failed = "net_log_cache_commit_failed";
536         public const string net_log_cache_condition_if_modified_since = "net_log_cache_condition_if_modified_since";
537         public const string net_log_cache_condition_if_none_match = "net_log_cache_condition_if_none_match";
538         public const string net_log_cache_condition_if_range = "net_log_cache_condition_if_range";
539         public const string net_log_cache_conditional_range_not_implemented_on_http_10 = "net_log_cache_conditional_range_not_implemented_on_http_10";
540         public const string net_log_cache_content_range_error = "net_log_cache_content_range_error";
541         public const string net_log_cache_control_must_revalidate = "net_log_cache_control_must_revalidate";
542         public const string net_log_cache_control_no_cache = "net_log_cache_control_no_cache";
543         public const string net_log_cache_control_no_cache_removing_some_headers = "net_log_cache_control_no_cache_removing_some_headers";
544         public const string net_log_cache_could_be_partial = "net_log_cache_could_be_partial";
545         public const string net_log_cache_create_failed = "net_log_cache_create_failed";
546         public const string net_log_cache_date_header_older_than_cache_entry = "net_log_cache_date_header_older_than_cache_entry";
547         public const string net_log_cache_delete_failed = "net_log_cache_delete_failed";
548         public const string net_log_cache_disable_max_stale = "net_log_cache_disable_max_stale";
549         public const string net_log_cache_dont_update_cached_headers = "net_log_cache_dont_update_cached_headers";
550         public const string net_log_cache_dumping = "net_log_cache_dumping";
551         public const string net_log_cache_dumping_cache_context = "net_log_cache_dumping_cache_context";
552         public const string net_log_cache_dumping_metadata = "net_log_cache_dumping_metadata";
553         public const string net_log_cache_enable_max_stale = "net_log_cache_enable_max_stale";
554         public const string net_log_cache_entry_not_found_freshness_undefined = "net_log_cache_entry_not_found_freshness_undefined";
555         public const string net_log_cache_entry_size_too_big = "net_log_cache_entry_size_too_big";
556         public const string net_log_cache_error_deleting_filename = "net_log_cache_error_deleting_filename";
557         public const string net_log_cache_exception = "net_log_cache_exception";
558         public const string net_log_cache_exception_ignored = "net_log_cache_exception_ignored";
559         public const string net_log_cache_existing_entry_has_to_be_discarded = "net_log_cache_existing_entry_has_to_be_discarded";
560         public const string net_log_cache_existing_entry_should_be_discarded = "net_log_cache_existing_entry_should_be_discarded";
561         public const string net_log_cache_existing_not_removed_because_unexpected_response_status = "net_log_cache_existing_not_removed_because_unexpected_response_status";
562         public const string net_log_cache_expected_length = "net_log_cache_expected_length";
563         public const string net_log_cache_expires = "net_log_cache_expires";
564         public const string net_log_cache_failing_request_with_exception = "net_log_cache_failing_request_with_exception";
565         public const string net_log_cache_filename = "net_log_cache_filename";
566         public const string net_log_cache_freshness_outside_policy_limits = "net_log_cache_freshness_outside_policy_limits";
567         public const string net_log_cache_ftp_method = "net_log_cache_ftp_method";
568         public const string net_log_cache_ftp_proxy_doesnt_support_partial = "net_log_cache_ftp_proxy_doesnt_support_partial";
569         public const string net_log_cache_ftp_response_status = "net_log_cache_ftp_response_status";
570         public const string net_log_cache_ftp_supports_bin_only = "net_log_cache_ftp_supports_bin_only";
571         public const string net_log_cache_head_resp_has_different_content_length = "net_log_cache_head_resp_has_different_content_length";
572         public const string net_log_cache_head_resp_has_different_content_md5 = "net_log_cache_head_resp_has_different_content_md5";
573         public const string net_log_cache_head_resp_has_different_etag = "net_log_cache_head_resp_has_different_etag";
574         public const string net_log_cache_http_header_parse_error = "net_log_cache_http_header_parse_error";
575         public const string net_log_cache_http_resp_is_null = "net_log_cache_http_resp_is_null";
576         public const string net_log_cache_http_status_line = "net_log_cache_http_status_line";
577         public const string net_log_cache_http_status_parse_failure = "net_log_cache_http_status_parse_failure";
578         public const string net_log_cache_invalid_http_version = "net_log_cache_invalid_http_version";
579         public const string net_log_cache_key = "net_log_cache_key";
580         public const string net_log_cache_key_remove_failed_status = "net_log_cache_key_remove_failed_status";
581         public const string net_log_cache_key_status = "net_log_cache_key_status";
582         public const string net_log_cache_last_modified = "net_log_cache_last_modified";
583         public const string net_log_cache_last_modified_header_older_than_cache_entry = "net_log_cache_last_modified_header_older_than_cache_entry";
584         public const string net_log_cache_last_synchronized = "net_log_cache_last_synchronized";
585         public const string net_log_cache_lookup_failed = "net_log_cache_lookup_failed";
586         public const string net_log_cache_max_age_absolute = "net_log_cache_max_age_absolute";
587         public const string net_log_cache_max_age_cache_max_age = "net_log_cache_max_age_cache_max_age";
588         public const string net_log_cache_max_age_cache_s_max_age = "net_log_cache_max_age_cache_s_max_age";
589         public const string net_log_cache_max_age_expires_date = "net_log_cache_max_age_expires_date";
590         public const string net_log_cache_max_stale = "net_log_cache_max_stale";
591         public const string net_log_cache_max_stale_and_update_status = "net_log_cache_max_stale_and_update_status";
592         public const string net_log_cache_metadata_name_value_parse_error = "net_log_cache_metadata_name_value_parse_error";
593         public const string net_log_cache_multiple_complex_range_not_implemented = "net_log_cache_multiple_complex_range_not_implemented";
594         public const string net_log_cache_need_to_remove_invalid_cache_entry_304 = "net_log_cache_need_to_remove_invalid_cache_entry_304";
595         public const string net_log_cache_needs_revalidation = "net_log_cache_needs_revalidation";
596         public const string net_log_cache_no_cache_entry = "net_log_cache_no_cache_entry";
597         public const string net_log_cache_no_commit = "net_log_cache_no_commit";
598         public const string net_log_cache_no_headers_in_metadata = "net_log_cache_no_headers_in_metadata";
599         public const string net_log_cache_no_http_response_header = "net_log_cache_no_http_response_header";
600         public const string net_log_cache_no_max_age_use_10_percent = "net_log_cache_no_max_age_use_10_percent";
601         public const string net_log_cache_no_max_age_use_default = "net_log_cache_no_max_age_use_default";
602         public const string net_log_cache_not_a_get_head_post = "net_log_cache_not_a_get_head_post";
603         public const string net_log_cache_not_updated_based_on_cache_protocol_status = "net_log_cache_not_updated_based_on_cache_protocol_status";
604         public const string net_log_cache_not_updated_based_on_ftp_response_status = "net_log_cache_not_updated_based_on_ftp_response_status";
605         public const string net_log_cache_not_updated_based_on_policy = "net_log_cache_not_updated_based_on_policy";
606         public const string net_log_cache_not_updated_because_no_response = "net_log_cache_not_updated_because_no_response";
607         public const string net_log_cache_now_time = "net_log_cache_now_time";
608         public const string net_log_cache_null_cached_stream = "net_log_cache_null_cached_stream";
609         public const string net_log_cache_null_response_failure = "net_log_cache_null_response_failure";
610         public const string net_log_cache_object_and_exception = "net_log_cache_object_and_exception";
611         public const string net_log_cache_only_byte_range_implemented = "net_log_cache_only_byte_range_implemented";
612         public const string net_log_cache_partial_and_non_zero_content_offset = "net_log_cache_partial_and_non_zero_content_offset";
613         public const string net_log_cache_partial_resp = "net_log_cache_partial_resp";
614         public const string net_log_cache_partial_resp_not_combined_with_existing_entry = "net_log_cache_partial_resp_not_combined_with_existing_entry";
615         public const string net_log_cache_policy_cache_sync_date = "net_log_cache_policy_cache_sync_date";
616         public const string net_log_cache_policy_max_age = "net_log_cache_policy_max_age";
617         public const string net_log_cache_policy_max_stale = "net_log_cache_policy_max_stale";
618         public const string net_log_cache_policy_min_fresh = "net_log_cache_policy_min_fresh";
619         public const string net_log_cache_post_resp_without_cache_control_or_expires = "net_log_cache_post_resp_without_cache_control_or_expires";
620         public const string net_log_cache_range = "net_log_cache_range";
621         public const string net_log_cache_range_in_cache = "net_log_cache_range_in_cache";
622         public const string net_log_cache_range_invalid_format = "net_log_cache_range_invalid_format";
623         public const string net_log_cache_range_not_in_cache = "net_log_cache_range_not_in_cache";
624         public const string net_log_cache_range_request_range = "net_log_cache_range_request_range";
625         public const string net_log_cache_refused_server_response = "net_log_cache_refused_server_response";
626         public const string net_log_cache_removed_entry_because_ftp_restart_response_changed = "net_log_cache_removed_entry_because_ftp_restart_response_changed";
627         public const string net_log_cache_removed_existing_based_on_method = "net_log_cache_removed_existing_based_on_method";
628         public const string net_log_cache_removed_existing_based_on_policy = "net_log_cache_removed_existing_based_on_policy";
629         public const string net_log_cache_removed_existing_invalid_entry = "net_log_cache_removed_existing_invalid_entry";
630         public const string net_log_cache_replacing_entry_with_HTTP_200 = "net_log_cache_replacing_entry_with_HTTP_200";
631         public const string net_log_cache_request_contains_conditional_header = "net_log_cache_request_contains_conditional_header";
632         public const string net_log_cache_request_method = "net_log_cache_request_method";
633         public const string net_log_cache_requested_combined_but_null_cached_stream = "net_log_cache_requested_combined_but_null_cached_stream";
634         public const string net_log_cache_resp_304_or_request_head = "net_log_cache_resp_304_or_request_head";
635         public const string net_log_cache_resp_allows_caching = "net_log_cache_resp_allows_caching";
636         public const string net_log_cache_resp_cache_control_is_no_store = "net_log_cache_resp_cache_control_is_no_store";
637         public const string net_log_cache_resp_cache_control_is_private = "net_log_cache_resp_cache_control_is_private";
638         public const string net_log_cache_resp_cache_control_is_private_plus_headers = "net_log_cache_resp_cache_control_is_private_plus_headers";
639         public const string net_log_cache_resp_cache_control_is_public = "net_log_cache_resp_cache_control_is_public";
640         public const string net_log_cache_resp_no_cache_control = "net_log_cache_resp_no_cache_control";
641         public const string net_log_cache_resp_older_than_cache = "net_log_cache_resp_older_than_cache";
642         public const string net_log_cache_resp_status = "net_log_cache_resp_status";
643         public const string net_log_cache_resp_status_304 = "net_log_cache_resp_status_304";
644         public const string net_log_cache_resp_valid_based_on_retry = "net_log_cache_resp_valid_based_on_retry";
645         public const string net_log_cache_response_last_modified = "net_log_cache_response_last_modified";
646         public const string net_log_cache_response_valid_based_on_policy = "net_log_cache_response_valid_based_on_policy";
647         public const string net_log_cache_result = "net_log_cache_result";
648         public const string net_log_cache_returned_range_cache = "net_log_cache_returned_range_cache";
649         public const string net_log_cache_revalidation_not_needed = "net_log_cache_revalidation_not_needed";
650         public const string net_log_cache_revalidation_required = "net_log_cache_revalidation_required";
651         public const string net_log_cache_saving_request_headers = "net_log_cache_saving_request_headers";
652         public const string net_log_cache_server_didnt_satisfy_range = "net_log_cache_server_didnt_satisfy_range";
653         public const string net_log_cache_set_expires = "net_log_cache_set_expires";
654         public const string net_log_cache_set_last_modified = "net_log_cache_set_last_modified";
655         public const string net_log_cache_set_last_synchronized = "net_log_cache_set_last_synchronized";
656         public const string net_log_cache_status_code_not_304_206 = "net_log_cache_status_code_not_304_206";
657         public const string net_log_cache_stream = "net_log_cache_stream";
658         public const string net_log_cache_suppress_update_because_synched_last_minute = "net_log_cache_suppress_update_because_synched_last_minute";
659         public const string net_log_cache_suppressing_headers_update_on_304 = "net_log_cache_suppressing_headers_update_on_304";
660         public const string net_log_cache_sxx_resp_cache_only = "net_log_cache_sxx_resp_cache_only";
661         public const string net_log_cache_sxx_resp_can_be_replaced = "net_log_cache_sxx_resp_can_be_replaced";
662         public const string net_log_cache_unexpected_status = "net_log_cache_unexpected_status";
663         public const string net_log_cache_update_cached_headers = "net_log_cache_update_cached_headers";
664         public const string net_log_cache_update_failed = "net_log_cache_update_failed";
665         public const string net_log_cache_update_not_supported_for_ftp_restart = "net_log_cache_update_not_supported_for_ftp_restart";
666         public const string net_log_cache_updating_headers_on_304 = "net_log_cache_updating_headers_on_304";
667         public const string net_log_cache_updating_last_synchronized = "net_log_cache_updating_last_synchronized";
668         public const string net_log_cache_uri_with_query_and_cached_resp_from_http_10 = "net_log_cache_uri_with_query_and_cached_resp_from_http_10";
669         public const string net_log_cache_uri_with_query_has_no_expiration = "net_log_cache_uri_with_query_has_no_expiration";
670         public const string net_log_cache_usecount_file = "net_log_cache_usecount_file";
671         public const string net_log_cache_valid_as_fresh_or_because_policy = "net_log_cache_valid_as_fresh_or_because_policy";
672         public const string net_log_cache_valid_based_on_status_code = "net_log_cache_valid_based_on_status_code";
673         public const string net_log_cache_validation_failed_resubmit = "net_log_cache_validation_failed_resubmit";
674         public const string net_log_cache_validator_invalid_for_policy = "net_log_cache_validator_invalid_for_policy";
675         public const string net_log_cache_vary_header_contains_asterisks = "net_log_cache_vary_header_contains_asterisks";
676         public const string net_log_cache_vary_header_empty = "net_log_cache_vary_header_empty";
677         public const string net_log_cache_vary_header_match = "net_log_cache_vary_header_match";
678         public const string net_log_cache_vary_header_mismatched_count = "net_log_cache_vary_header_mismatched_count";
679         public const string net_log_cache_vary_header_mismatched_field = "net_log_cache_vary_header_mismatched_field";
680         public const string net_log_cert_is_of_type_2 = "net_log_cert_is_of_type_2";
681         public const string net_log_closed_idle = "net_log_closed_idle";
682         public const string net_log_did_not_find_cert_in_store = "net_log_did_not_find_cert_in_store";
683         public const string net_log_digest_hash_algorithm_not_supported = "net_log_digest_hash_algorithm_not_supported";
684         public const string net_log_digest_qop_not_supported = "net_log_digest_qop_not_supported";
685         public const string net_log_digest_requires_nonce = "net_log_digest_requires_nonce";
686         public const string net_log_exception = "net_log_exception";
687         public const string net_log_exception_in_callback = "net_log_exception_in_callback";
688         public const string net_log_finding_matching_certs = "net_log_finding_matching_certs";
689         public const string net_log_found_cert_in_store = "net_log_found_cert_in_store";
690         public const string net_log_got_certificate_from_delegate = "net_log_got_certificate_from_delegate";
691         public const string net_log_listener_cant_convert_bytes = "net_log_listener_cant_convert_bytes";
692         public const string net_log_listener_cant_convert_percent_value = "net_log_listener_cant_convert_percent_value";
693         public const string net_log_listener_cant_convert_raw_path = "net_log_listener_cant_convert_raw_path";
694         public const string net_log_listener_cant_convert_to_utf8 = "net_log_listener_cant_convert_to_utf8";
695         public const string net_log_listener_cant_create_uri = "net_log_listener_cant_create_uri";
696         public const string net_log_listener_cbt = "net_log_listener_cbt";
697         public const string net_log_listener_create_valid_identity_failed = "net_log_listener_create_valid_identity_failed";
698         public const string net_log_listener_delegate_exception = "net_log_listener_delegate_exception";
699         public const string net_log_listener_httpsys_registry_error = "net_log_listener_httpsys_registry_error";
700         public const string net_log_listener_httpsys_registry_null = "net_log_listener_httpsys_registry_null";
701         public const string net_log_listener_no_cbt_disabled = "net_log_listener_no_cbt_disabled";
702         public const string net_log_listener_no_cbt_http = "net_log_listener_no_cbt_http";
703         public const string net_log_listener_no_cbt_platform = "net_log_listener_no_cbt_platform";
704         public const string net_log_listener_no_cbt_trustedproxy = "net_log_listener_no_cbt_trustedproxy";
705         public const string net_log_listener_no_spn_cbt = "net_log_listener_no_spn_cbt";
706         public const string net_log_listener_no_spn_disabled = "net_log_listener_no_spn_disabled";
707         public const string net_log_listener_no_spn_kerberos = "net_log_listener_no_spn_kerberos";
708         public const string net_log_listener_no_spn_loopback = "net_log_listener_no_spn_loopback";
709         public const string net_log_listener_no_spn_platform = "net_log_listener_no_spn_platform";
710         public const string net_log_listener_no_spn_whensupported = "net_log_listener_no_spn_whensupported";
711         public const string net_log_listener_spn = "net_log_listener_spn";
712         public const string net_log_listener_spn_add = "net_log_listener_spn_add";
713         public const string net_log_listener_spn_failed = "net_log_listener_spn_failed";
714         public const string net_log_listener_spn_failed_always = "net_log_listener_spn_failed_always";
715         public const string net_log_listener_spn_failed_dump = "net_log_listener_spn_failed_dump";
716         public const string net_log_listener_spn_failed_empty = "net_log_listener_spn_failed_empty";
717         public const string net_log_listener_spn_not_add = "net_log_listener_spn_not_add";
718         public const string net_log_listener_spn_not_remove = "net_log_listener_spn_not_remove";
719         public const string net_log_listener_spn_passed = "net_log_listener_spn_passed";
720         public const string net_log_listener_spn_remove = "net_log_listener_spn_remove";
721         public const string net_log_listener_unmatched_authentication_scheme = "net_log_listener_unmatched_authentication_scheme";
722         public const string net_log_listener_unsupported_authentication_scheme = "net_log_listener_unsupported_authentication_scheme";
723         public const string net_log_locating_private_key_for_certificate = "net_log_locating_private_key_for_certificate";
724         public const string net_log_method_equal = "net_log_method_equal";
725         public const string net_log_n_certs_after_filtering = "net_log_n_certs_after_filtering";
726         public const string net_log_no_delegate_and_have_no_client_cert = "net_log_no_delegate_and_have_no_client_cert";
727         public const string net_log_no_delegate_but_have_client_cert = "net_log_no_delegate_but_have_client_cert";
728         public const string net_log_no_issuers_try_all_certs = "net_log_no_issuers_try_all_certs";
729         public const string net_log_open_store_failed = "net_log_open_store_failed";
730         public const string net_log_operation_failed_with_error = "net_log_operation_failed_with_error";
731         public const string net_log_operation_returned_something = "net_log_operation_returned_something";
732         public const string net_log_proxy_autodetect_failed = "net_log_proxy_autodetect_failed";
733         public const string net_log_proxy_autodetect_script_location_parse_error = "net_log_proxy_autodetect_script_location_parse_error";
734         public const string net_log_proxy_called_with_invalid_parameter = "net_log_proxy_called_with_invalid_parameter";
735         public const string net_log_proxy_called_with_null_parameter = "net_log_proxy_called_with_null_parameter";
736         public const string net_log_proxy_ras_notsupported_exception = "net_log_proxy_ras_notsupported_exception";
737         public const string net_log_proxy_ras_supported = "net_log_proxy_ras_supported";
738         public const string net_log_proxy_script_download_compile_error = "net_log_proxy_script_download_compile_error";
739         public const string net_log_proxy_script_execution_error = "net_log_proxy_script_execution_error";
740         public const string net_log_proxy_system_setting_update = "net_log_proxy_system_setting_update";
741         public const string net_log_proxy_update_due_to_ip_config_change = "net_log_proxy_update_due_to_ip_config_change";
742         public const string net_log_proxy_winhttp_cant_open_session = "net_log_proxy_winhttp_cant_open_session";
743         public const string net_log_proxy_winhttp_getproxy_failed = "net_log_proxy_winhttp_getproxy_failed";
744         public const string net_log_proxy_winhttp_timeout_error = "net_log_proxy_winhttp_timeout_error";
745         public const string net_log_received_headers = "net_log_received_headers";
746         public const string net_log_received_response = "net_log_received_response";
747         public const string net_log_received_status_line = "net_log_received_status_line";
748         public const string net_log_releasing_connection = "net_log_releasing_connection";
749         public const string net_log_remote_cert_has_errors = "net_log_remote_cert_has_errors";
750         public const string net_log_remote_cert_has_no_errors = "net_log_remote_cert_has_no_errors";
751         public const string net_log_remote_cert_name_mismatch = "net_log_remote_cert_name_mismatch";
752         public const string net_log_remote_cert_not_available = "net_log_remote_cert_not_available";
753         public const string net_log_remote_cert_user_declared_invalid = "net_log_remote_cert_user_declared_invalid";
754         public const string net_log_remote_cert_user_declared_valid = "net_log_remote_cert_user_declared_valid";
755         public const string net_log_remote_certificate = "net_log_remote_certificate";
756         public const string net_log_resolved_servicepoint_may_not_be_remote_server = "net_log_resolved_servicepoint_may_not_be_remote_server";
757         public const string net_log_resubmitting_request = "net_log_resubmitting_request";
758         public const string net_log_retrieving_localhost_exception = "net_log_retrieving_localhost_exception";
759         public const string net_log_selected_cert = "net_log_selected_cert";
760         public const string net_log_sending_command = "net_log_sending_command";
761         public const string net_log_sending_headers = "net_log_sending_headers";
762         public const string net_log_server_issuers_look_for_matching_certs = "net_log_server_issuers_look_for_matching_certs";
763         public const string net_log_server_response_error_code = "net_log_server_response_error_code";
764         public const string net_log_shell_expression_pattern_format_warning = "net_log_shell_expression_pattern_format_warning";
765         public const string net_log_socket_accepted = "net_log_socket_accepted";
766         public const string net_log_socket_connect_dnsendpoint = "net_log_socket_connect_dnsendpoint";
767         public const string net_log_socket_connected = "net_log_socket_connected";
768         public const string net_log_socket_not_logged_file = "net_log_socket_not_logged_file";
769         public const string net_log_sspi_enumerating_security_packages = "net_log_sspi_enumerating_security_packages";
770         public const string net_log_sspi_security_context_input_buffer = "net_log_sspi_security_context_input_buffer";
771         public const string net_log_sspi_security_context_input_buffers = "net_log_sspi_security_context_input_buffers";
772         public const string net_log_sspi_security_package_not_found = "net_log_sspi_security_package_not_found";
773         public const string net_log_sspi_selected_cipher_suite = "net_log_sspi_selected_cipher_suite";
774         public const string net_log_unexpected_exception = "net_log_unexpected_exception";
775         public const string net_log_unknown = "net_log_unknown";
776         public const string net_log_using_cached_credential = "net_log_using_cached_credential";
777         public const string net_max_ip_address_list_length_exceeded = "net_max_ip_address_list_length_exceeded";
778         public const string net_maxsrvpoints = "net_maxsrvpoints";
779         public const string net_multibuffernotsupported = "net_multibuffernotsupported";
780         public const string net_must_provide_request_body = "net_must_provide_request_body";
781         public const string net_mustbeuri = "net_mustbeuri";
782         public const string net_mutualauthfailed = "net_mutualauthfailed";
783         public const string net_need_writebuffering = "net_need_writebuffering";
784         public const string net_needchunked = "net_needchunked";
785         public const string net_needmorethreads = "net_needmorethreads";
786         public const string net_no100 = "net_no100";
787         public const string net_no_classname = "net_no_classname";
788         public const string net_no_concurrent_io_allowed = "net_no_concurrent_io_allowed";
789         public const string net_no_typename = "net_no_typename";
790         public const string net_nochunked = "net_nochunked";
791         public const string net_nochunkuploadonhttp10 = "net_nochunkuploadonhttp10";
792         public const string net_nocontentlengthonget = "net_nocontentlengthonget";
793         public const string net_nodefaultcreds = "net_nodefaultcreds";
794         public const string net_nonClsCompliantException = "net_nonClsCompliantException";
795         public const string net_noseek = "net_noseek";
796         public const string net_not_ipermission = "net_not_ipermission";
797         public const string net_notconnected = "net_notconnected";
798         public const string net_notstream = "net_notstream";
799         public const string net_nottoken = "net_nottoken";
800         public const string net_nouploadonget = "net_nouploadonget";
801         public const string net_offset_plus_count = "net_offset_plus_count";
802         public const string net_osinstalltype = "net_osinstalltype";
803         public const string net_param_not_string = "net_param_not_string";
804         public const string net_perfcounter_cant_queue_workitem = "net_perfcounter_cant_queue_workitem";
805         public const string net_perfcounter_initialization_started = "net_perfcounter_initialization_started";
806         public const string net_perfcounter_initialized_error = "net_perfcounter_initialized_error";
807         public const string net_perfcounter_initialized_success = "net_perfcounter_initialized_success";
808         public const string net_perfcounter_nocategory = "net_perfcounter_nocategory";
809         public const string net_perm_attrib_count = "net_perm_attrib_count";
810         public const string net_perm_attrib_multi = "net_perm_attrib_multi";
811         public const string net_perm_both_regex = "net_perm_both_regex";
812         public const string net_perm_epname = "net_perm_epname";
813         public const string net_perm_invalid_val = "net_perm_invalid_val";
814         public const string net_perm_invalid_val_in_element = "net_perm_invalid_val_in_element";
815         public const string net_perm_target = "net_perm_target";
816         public const string net_ping = "net_ping";
817         public const string net_protocol_invalid_family = "net_protocol_invalid_family";
818         public const string net_protocol_invalid_multicast_family = "net_protocol_invalid_multicast_family";
819         public const string net_proxy_invalid_dayofweek = "net_proxy_invalid_dayofweek";
820         public const string net_proxy_invalid_url_format = "net_proxy_invalid_url_format";
821         public const string net_proxy_not_gmt = "net_proxy_not_gmt";
822         public const string net_proxyschemenotsupported = "net_proxyschemenotsupported";
823         public const string net_rangetoosmall = "net_rangetoosmall";
824         public const string net_rangetype = "net_rangetype";
825         public const string net_readonlystream = "net_readonlystream";
826         public const string net_redirect_perm = "net_redirect_perm";
827         public const string net_repcall = "net_repcall";
828         public const string net_reqsubmitted = "net_reqsubmitted";
829         public const string net_resubmitcanceled = "net_resubmitcanceled";
830         public const string net_resubmitprotofailed = "net_resubmitprotofailed";
831         public const string net_rspsubmitted = "net_rspsubmitted";
832         public const string net_securitypackagesupport = "net_securitypackagesupport";
833         public const string net_securityprotocolnotsupported = "net_securityprotocolnotsupported";
834         public const string net_servererror = "net_servererror";
835         public const string net_servicePointAddressNotSupportedInHostMode = "net_servicePointAddressNotSupportedInHostMode";
836         public const string net_socketopinprogress = "net_socketopinprogress";
837         public const string net_sockets_blocking = "net_sockets_blocking";
838         public const string net_sockets_disconnectedAccept = "net_sockets_disconnectedAccept";
839         public const string net_sockets_disconnectedConnect = "net_sockets_disconnectedConnect";
840         public const string net_sockets_empty_select = "net_sockets_empty_select";
841         public const string net_sockets_invalid_dnsendpoint = "net_sockets_invalid_dnsendpoint";
842         public const string net_sockets_invalid_ipaddress_length = "net_sockets_invalid_ipaddress_length";
843         public const string net_sockets_invalid_optionValue = "net_sockets_invalid_optionValue";
844         public const string net_sockets_invalid_optionValue_all = "net_sockets_invalid_optionValue_all";
845         public const string net_sockets_invalid_socketinformation = "net_sockets_invalid_socketinformation";
846         public const string net_sockets_mustbind = "net_sockets_mustbind";
847         public const string net_sockets_mustlisten = "net_sockets_mustlisten";
848         public const string net_sockets_mustnotbebound = "net_sockets_mustnotbebound";
849         public const string net_sockets_mustnotlisten = "net_sockets_mustnotlisten";
850         public const string net_sockets_namedmustnotbebound = "net_sockets_namedmustnotbebound";
851         public const string net_sockets_no_duplicate_async = "net_sockets_no_duplicate_async";
852         public const string net_sockets_select = "net_sockets_select";
853         public const string net_sockets_toolarge_select = "net_sockets_toolarge_select";
854         public const string net_sockets_useblocking = "net_sockets_useblocking";
855         public const string net_sockets_zerolist = "net_sockets_zerolist";
856         public const string net_ssl_io_cert_validation = "net_ssl_io_cert_validation";
857         public const string net_ssl_io_frame = "net_ssl_io_frame";
858         public const string net_ssl_io_no_server_cert = "net_ssl_io_no_server_cert";
859         public const string net_ssp_dont_support_cbt = "net_ssp_dont_support_cbt";
860         public const string net_stopped = "net_stopped";
861         public const string net_tcplistener_mustbestopped = "net_tcplistener_mustbestopped";
862         public const string net_timeout = "net_timeout";
863         public const string net_tooManyRedirections = "net_tooManyRedirections";
864         public const string net_toolong = "net_toolong";
865         public const string net_toosmall = "net_toosmall";
866         public const string net_udpconnected = "net_udpconnected";
867         public const string net_unknown_osinstalltype = "net_unknown_osinstalltype";
868         public const string net_unknown_prefix = "net_unknown_prefix";
869         public const string net_uri_NotAbsolute = "net_uri_NotAbsolute";
870         public const string net_value_cannot_be_negative = "net_value_cannot_be_negative";
871         public const string net_webclient = "net_webclient";
872         public const string net_webclient_ContentType = "net_webclient_ContentType";
873         public const string net_webclient_Multipart = "net_webclient_Multipart";
874         public const string net_webclient_invalid_baseaddress = "net_webclient_invalid_baseaddress";
875         public const string net_webclient_no_concurrent_io_allowed = "net_webclient_no_concurrent_io_allowed";
876         public const string net_webstatus_ConnectFailure = "net_webstatus_ConnectFailure";
877         public const string net_webstatus_MessageLengthLimitExceeded = "net_webstatus_MessageLengthLimitExceeded";
878         public const string net_webstatus_RequestCanceled = "net_webstatus_RequestCanceled";
879         public const string net_webstatus_ServerProtocolViolation = "net_webstatus_ServerProtocolViolation";
880         public const string net_writeonlystream = "net_writeonlystream";
881         public const string net_writestarted = "net_writestarted";
882         public const string net_wrongversion = "net_wrongversion";
883         public const string security_ExtendedProtection_NoOSSupport = "security_ExtendedProtection_NoOSSupport";
884
885         public const string Argument_FrameworkNameInvalid = "Argument_FrameworkNameInvalid";
886         public const string Argument_FrameworkNameInvalidVersion = "Argument_FrameworkNameInvalidVersion";
887         public const string Argument_FrameworkNameMissingVersion = "Argument_FrameworkNameMissingVersion";
888         public const string Argument_FrameworkNameTooShort = "Argument_FrameworkNameTooShort";
889
890
891 public const string DebugAssertBanner = @"---- DEBUG ASSERTION FAILED ----";
892 public const string ExceptionOccurred = @"An exception occurred writing trace output to log file '{0}'. {1}";
893 public const string TraceSwitchLevelTooHigh = @"Attempted to set {0} to a value that is too high.  Setting level to TraceLevel.Verbose";
894 public const string TraceSwitchLevelTooLow = @"Attempted to set {0} to a value that is too low.  Setting level to TraceLevel.Off";
895 public const string TraceSwitchInvalidLevel = @"The Level must be set to a value in the enumeration TraceLevel.";
896 public const string TraceListenerIndentSize = @"The IndentSize property must be non-negative.";
897 public const string TraceListenerFail = @"Fail:";
898 public const string TraceAsTraceSource = @"Trace";
899 public const string MustAddListener = @"Only TraceListeners can be added to a TraceListenerCollection.";
900 public const string DebugAssertShortMessage = @"---- Assert Short Message ----";
901 public const string DebugAssertLongMessage = @"---- Assert Long Message ----";
902
903 public const string BadConfigSwitchValue = @"The config value for Switch '{0}' was invalid.";
904 public const string AttributeNotSupported = @"'{0}' is not a valid configuration attribute for type '{1}'.";
905
906 public const string Could_not_create_listener = @"Couldn't create listener '{0}'.";
907 public const string TL_InitializeData_NotSpecified = @"initializeData needs to be valid for this TraceListener.";
908 public const string Could_not_create_type_instance = @"Could not create {0}.";
909 public const string Could_not_find_type = @"Couldn't find type for class {0}.";
910 public const string Could_not_get_constructor = @"Couldn't find constructor for class {0}.";
911 public const string EmptyTypeName_NotAllowed = @"switchType needs to be a valid class name. It can't be empty.";
912 public const string Incorrect_base_type = @"The specified type, '{0}' is not derived from the appropriate base type, '{1}'.";
913 public const string Only_specify_one = @"'switchValue' and 'switchName' cannot both be specified on source '{0}'.";
914 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}'.";
915 public const string Reference_to_nonexistent_listener = @"Listener '{0}' does not exist in the sharedListeners section.";
916
917 public const string Argument_NullComment = @"The 'Comment' property of the CodeCommentStatement '{0}' cannot be null.";
918 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.";
919 public const string CodeGenReentrance = @"This code generation API cannot be called while the generator is being used to generate something else.";
920 public const string InvalidElementType = @"Element type {0} is not supported.";
921 public const string InvalidIdentifier = @"Identifier '{0}' is not valid.";
922 public const string InvalidPrimitiveType = @"Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression.";
923 public const string ArityDoesntMatch = @"The total arity specified in '{0}' does not match the number of TypeArguments supplied.  There were '{1}' TypeArguments supplied.
924 ";
925 public const string InvalidPathCharsInChecksum = @"The CodeChecksumPragma file name '{0}' contains invalid path characters.";
926 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.";
927 public const string InvalidTypeName = @"The type name:""{0}"" on the property:""{1}"" of type:""{2}"" is not a valid language-independent type name.";
928 public const string InvalidRegion = "The region directive '{0}' contains invalid characters.  RegionText cannot contain any new line characters.";
929
930         public const string BadMaxWorkset = "Maximum working set size is invalid. It must be greater than or equal to the minimum working set size.";
931         public const string BadMinWorkset = "Minimum working set size is invalid. It must be less than or equal to the maximum working set size.";
932         public const string CantGetStandardError = "StandardError has not been redirected.";
933         public const string CantGetStandardIn = "StandardIn has not been redirected.";
934         public const string CantGetStandardOut = "StandardOut has not been redirected or the process hasn't started yet.";
935         public const string CantMixSyncAsyncOperation = "Cannot mix synchronous and asynchronous operation on process stream.";
936         public const string CantRedirectStreams = "The Process object must have the UseShellExecute property set to false in order to redirect IO streams.";
937         public const string CantStartAsUser = "The Process object must have the UseShellExecute property set to false in order to start a process as a user.";
938         public const string CantUseEnvVars = "The Process object must have the UseShellExecute property set to false in order to use environment variables.";
939         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.";
940         public const string FileNameMissing = "Cannot start process because a file name has not been provided.";
941         public const string InputIdleUnkownError = "WaitForInputIdle failed.  This could be because the process does not have a graphical interface.";
942         public const string NoAssociatedProcess = "No process is associated with this object.";
943         public const string NoAsyncOperation = "No async read operation is in progress on the stream.";
944         public const string NoProcessHandle = "Process was not started by this object, so requested information cannot be determined.";
945         public const string NoProcessInfo = "Process has exited, so the requested information is not available.";
946         public const string NotSupportedRemote = "Feature is not supported for remote machines.";
947         public const string PendingAsyncOperation = "An async read operation has already been started on the stream.";
948         public const string PriorityClassNotSupported = "The AboveNormal and BelowNormal priority classes are not available on this platform.";
949         public const string ProcessArguments = "Command line arguments that will be passed to the application specified by the FileName property.";
950         public const string ProcessAssociated = "Indicates if the process component is associated with a real process.";
951         public const string ProcessBasePriority = "The base priority computed based on the priority class that all threads run relative to.";
952         public const string ProcessCreateNoWindow = "Whether to start the process without creating a new window to contain it.";
953         public const string ProcessDesc = "Provides access to local and remote processes, enabling starting and stopping of local processes.";
954         public const string ProcessEnableRaisingEvents = "Whether the process component should watch for the associated process to exit, and raise the Exited event.";
955         public const string ProcessEnvironmentVariables = "Set of environment variables that apply to this process and child processes.";
956         public const string ProcessErrorDialog = "Whether to show an error dialog to the user if there is an error.";
957         public const string ProcessExitCode = "The value returned from the associated process when it terminated.";
958         public const string ProcessExited = "If the WatchForExit property is set to true, then this event is raised when the associated process exits.";
959         public const string ProcessExitTime = "The time that the associated process exited.";
960         public const string ProcessFileName = "The name of the application, document or URL to start.";
961         public const string ProcessHandle = "Returns the native handle for this process.   The handle is only available if the process was started using this component.";
962         public const string ProcessHandleCount = "The number of native handles associated with this process.";
963         public const string ProcessHasExited = "Cannot process request because the process ({0}) has exited.";
964         public const string ProcessHasExitedNoId = "Cannot process request because the process has exited.";
965         public const string ProcessId = "The unique identifier for the process.";
966         public const string ProcessIdRequired = "Feature requires a process identifier.";
967         public const string ProcessMachineName = "The name of the machine the running the process.";
968         public const string ProcessMainModule = "The main module for the associated process.";
969         public const string ProcessMainWindowHandle = "The handle of the main window for the process.";
970         public const string ProcessMainWindowTitle = "The caption of the main window for the process.";
971         public const string ProcessMaxWorkingSet = "The maximum amount of physical memory the process has required since it was started.";
972         public const string ProcessMinWorkingSet = "The minimum amount of physical memory the process has required since it was started.";
973         public const string ProcessModules = "The modules that have been loaded by the associated process.";
974         public const string ProcessNonpagedSystemMemorySize = "The number of bytes of non pageable system  memory the process is using.";
975         public const string ProcessPagedMemorySize = "The current amount of memory that can be paged to disk that the process is using.";
976         public const string ProcessPagedSystemMemorySize = "The number of bytes of pageable system memory the process is using.";
977         public const string ProcessPeakPagedMemorySize = "The maximum amount of memory that can be paged to disk that the process has used since it was started.";
978         public const string ProcessPeakVirtualMemorySize = "The maximum amount of virtual memory the process has allocated since it was started.";
979         public const string ProcessPeakWorkingSet = "The maximum amount of physical memory the process has used since it was started.";
980         public const string ProcessPriorityBoostEnabled = "Whether this process would like a priority boost when the user interacts with it.";
981         public const string ProcessPriorityClass = "The priority that the threads in the process run relative to.";
982         public const string ProcessPrivateMemorySize = "The current amount of memory that the process has allocated that cannot be shared with other processes.";
983         public const string ProcessPrivilegedProcessorTime = "The amount of CPU time the process spent inside the operating system core.";
984         public const string ProcessProcessName = "The name of the process.";
985         public const string ProcessProcessorAffinity = "A bit mask which represents the processors that the threads within the process are allowed to run on.";
986         public const string ProcessRedirectStandardError = "Whether the process's error output is written to the Process instance's StandardError member.";
987         public const string ProcessRedirectStandardInput = "Whether the process command input is read from the Process instance's StandardInput member.";
988         public const string ProcessRedirectStandardOutput = "Whether the process output is written to the Process instance's StandardOutput member.";
989         public const string ProcessResponding = "Whether this process is currently responding.";
990         public const string ProcessSessionId = "The identifier for the session of the process.";
991         public const string ProcessStandardError = "Standard error stream of the process.";
992         public const string ProcessStandardInput = "Standard input stream of the process.";
993         public const string ProcessStandardOutput = "Standard output stream of the process.";
994         public const string ProcessStartInfo = "Specifies information used to start a process.";
995         public const string ProcessStartTime = "The time at which the process was started.";
996         public const string ProcessSynchronizingObject = "The object used to marshal the event handler calls issued as a result of a Process exit.";
997         public const string ProcessTerminated = "Indicates if the associated process has been terminated.";
998         public const string ProcessThreads = "The threads running in the associated process.";
999         public const string ProcessTotalProcessorTime = "The amount of CPU time the process has used.";
1000         public const string ProcessUserProcessorTime = "The amount of CPU time the process spent outside the operating system core.";
1001         public const string ProcessUseShellExecute = "Whether to use the operating system shell to start the process.";
1002         public const string ProcessVerb = "The verb to apply to the document specified by the FileName property.";
1003         public const string ProcessVirtualMemorySize = "The amount of virtual memory the process has currently allocated.";
1004         public const string ProcessWindowStyle = "How the main window should be created when the process starts.";
1005         public const string ProcessWorkingDirectory = "The initial working directory for the process.";
1006         public const string ProcessWorkingSet = "The current amount of physical memory the process is using.";
1007         public const string ProcModBaseAddress = "The memory address that the module loaded at.";
1008         public const string ProcModEntryPointAddress = "The memory address of the function that runs when the module is loaded.";
1009         public const string ProcModFileName = "The file name of the module.";
1010         public const string ProcModModuleMemorySize = "The amount of virtual memory required by the code and data in the module file.";
1011         public const string ProcModModuleName = "The name of the module.";
1012         public const string StandardErrorEncodingNotAllowed = "StandardErrorEncoding is only supported when standard error is redirected.";
1013         public const string StandardOutputEncodingNotAllowed = "StandardOutputEncoding is only supported when standard output is redirected.";
1014         public const string WaitTillExit = "Process must exit before requested information can be determined.";
1015         public const string Win2kRequired = "Feature requires Windows 2000.";
1016 }