[bcl] Update to 4.6 referencesource
[mono-project.git] / mcs / class / System / ReferenceSources / SR.cs
blob0e6a8f67ff3d32f6d1547e943449dc3d1165e021
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); }
11 partial class SR
13 public static object GetObject (string name)
15 return name;
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.";
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 ExternalLinkedListNode = "ExternalLinkedListNode";
79 public const string InvalidOperation_CannotRemoveFromStackOrQueue = "InvalidOperation_CannotRemoveFromStackOrQueue";
80 public const string InvalidOperation_EmptyCollection = "InvalidOperation_EmptyCollection";
81 public const string InvalidOperation_EmptyQueue = "InvalidOperation_EmptyQueue";
82 public const string InvalidOperation_EmptyStack = "InvalidOperation_EmptyStack";
83 public const string InvalidOperation_EnumEnded = "InvalidOperation_EnumEnded";
84 public const string InvalidOperation_EnumFailedVersion = "InvalidOperation_EnumFailedVersion";
85 public const string InvalidOperation_EnumNotStarted = "InvalidOperation_EnumNotStarted";
86 public const string InvalidOperation_EnumOpCantHappen = "InvalidOperation_EnumOpCantHappen";
87 public const string Invalid_Array_Type = "Invalid_Array_Type";
88 public const string LinkedListEmpty = "LinkedListEmpty";
89 public const string LinkedListNodeIsAttached = "LinkedListNodeIsAttached";
90 public const string NotSupported_KeyCollectionSet = "NotSupported_KeyCollectionSet";
91 public const string NotSupported_SortedListNestedWrite = "NotSupported_SortedListNestedWrite";
92 public const string NotSupported_ValueCollectionSet = "NotSupported_ValueCollectionSet";
93 public const string Serialization_InvalidOnDeser = "Serialization_InvalidOnDeser";
94 public const string Serialization_MismatchedCount = "Serialization_MismatchedCount";
95 public const string Serialization_MissingValues = "Serialization_MissingValues";
96 public const string IllegalDefaultRegexMatchTimeoutInAppDomain = "IllegalDefaultRegexMatchTimeoutInAppDomain";
97 public const string InvalidNullEmptyArgument = "InvalidNullEmptyArgument";
99 public const string BlockingCollection_Add_ConcurrentCompleteAdd = "BlockingCollection_Add_ConcurrentCompleteAdd";
100 public const string BlockingCollection_Add_Failed = "BlockingCollection_Add_Failed";
101 public const string BlockingCollection_CantAddAnyWhenCompleted = "BlockingCollection_CantAddAnyWhenCompleted";
102 public const string BlockingCollection_CantTakeAnyWhenAllDone = "BlockingCollection_CantTakeAnyWhenAllDone";
103 public const string BlockingCollection_CantTakeWhenDone = "BlockingCollection_CantTakeWhenDone";
104 public const string BlockingCollection_Completed = "BlockingCollection_Completed";
105 public const string BlockingCollection_CopyTo_IncorrectType = "BlockingCollection_CopyTo_IncorrectType";
106 public const string BlockingCollection_CopyTo_MultiDim = "BlockingCollection_CopyTo_MultiDim";
107 public const string BlockingCollection_CopyTo_NonNegative = "BlockingCollection_CopyTo_NonNegative";
108 public const string BlockingCollection_CopyTo_TooManyElems = "BlockingCollection_CopyTo_TooManyElems";
109 public const string BlockingCollection_Disposed = "BlockingCollection_Disposed";
110 public const string BlockingCollection_Take_CollectionModified = "BlockingCollection_Take_CollectionModified";
111 public const string BlockingCollection_TimeoutInvalid = "BlockingCollection_TimeoutInvalid";
112 public const string BlockingCollection_ValidateCollectionsArray_DispElems = "BlockingCollection_ValidateCollectionsArray_DispElems";
113 public const string BlockingCollection_ValidateCollectionsArray_LargeSize = "BlockingCollection_ValidateCollectionsArray_LargeSize";
114 public const string BlockingCollection_ValidateCollectionsArray_NullElems = "BlockingCollection_ValidateCollectionsArray_NullElems";
115 public const string BlockingCollection_ValidateCollectionsArray_ZeroSize = "BlockingCollection_ValidateCollectionsArray_ZeroSize";
116 public const string BlockingCollection_ctor_BoundedCapacityRange = "BlockingCollection_ctor_BoundedCapacityRange";
117 public const string BlockingCollection_ctor_CountMoreThanCapacity = "BlockingCollection_ctor_CountMoreThanCapacity";
118 public const string Common_OperationCanceled = "Common_OperationCanceled";
119 public const string ConcurrentBag_CopyTo_ArgumentNullException = "ConcurrentBag_CopyTo_ArgumentNullException";
120 public const string ConcurrentBag_CopyTo_ArgumentOutOfRangeException = "ConcurrentBag_CopyTo_ArgumentOutOfRangeException";
121 public const string ConcurrentBag_Ctor_ArgumentNullException = "ConcurrentBag_Ctor_ArgumentNullException";
122 public const string ConcurrentCollection_SyncRoot_NotSupported = "ConcurrentCollection_SyncRoot_NotSupported";
124 public const string ArgumentNull_Key = "ArgumentNull_Key";
125 public const string Argument_InvalidValue = "Argument_InvalidValue";
126 public const string BitVectorFull = "BitVectorFull";
127 public const string CollectionReadOnly = "CollectionReadOnly";
128 public const string IndexCannotBeNegative = "IndexCannotBeNegative";
129 public const string IndexOutOfRange = "IndexOutOfRange";
130 public const string MustBeResetAddOrRemoveActionForCtor = "MustBeResetAddOrRemoveActionForCtor";
131 public const string OrderedDictionary_ReadOnly = "OrderedDictionary_ReadOnly";
132 public const string OrderedDictionary_SerializationMismatch = "OrderedDictionary_SerializationMismatch";
133 public const string ResetActionRequiresIndexMinus1 = "ResetActionRequiresIndexMinus1";
134 public const string ResetActionRequiresNullItem = "ResetActionRequiresNullItem";
135 public const string WrongActionForCtor = "WrongActionForCtor";
136 public const string ObservableCollectionReentrancyNotAllowed = "ObservableCollectionReentrancyNotAllowed";
138 public const string ArrayConverterText = "{0} Array";
139 public const string Async_AsyncEventArgs_Cancelled = "Async_AsyncEventArgs_Cancelled";
140 public const string Async_AsyncEventArgs_Error = "Async_AsyncEventArgs_Error";
141 public const string Async_AsyncEventArgs_UserState = "Async_AsyncEventArgs_UserState";
142 public const string Async_ExceptionOccurred = "Async_ExceptionOccurred";
143 public const string Async_NullDelegate = "Async_NullDelegate";
144 public const string Async_OperationAlreadyCompleted = "Async_OperationAlreadyCompleted";
145 public const string Async_OperationCancelled = "Async_OperationCancelled";
146 public const string Async_ProgressChangedEventArgs_ProgressPercentage = "Async_ProgressChangedEventArgs_ProgressPercentage";
147 public const string Async_ProgressChangedEventArgs_UserState = "Async_ProgressChangedEventArgs_UserState";
148 public const string BackgroundWorker_CancellationPending = "BackgroundWorker_CancellationPending";
149 public const string BackgroundWorker_Desc = "BackgroundWorker_Desc";
150 public const string BackgroundWorker_DoWork = "BackgroundWorker_DoWork";
151 public const string BackgroundWorker_DoWorkEventArgs_Argument = "BackgroundWorker_DoWorkEventArgs_Argument";
152 public const string BackgroundWorker_DoWorkEventArgs_Result = "BackgroundWorker_DoWorkEventArgs_Result";
153 public const string BackgroundWorker_IsBusy = "BackgroundWorker_IsBusy";
154 public const string BackgroundWorker_ProgressChanged = "BackgroundWorker_ProgressChanged";
155 public const string BackgroundWorker_RunWorkerCompleted = "BackgroundWorker_RunWorkerCompleted";
156 public const string BackgroundWorker_WorkerAlreadyRunning = "BackgroundWorker_WorkerAlreadyRunning";
157 public const string BackgroundWorker_WorkerDoesntReportProgress = "BackgroundWorker_WorkerDoesntReportProgress";
158 public const string BackgroundWorker_WorkerDoesntSupportCancellation = "BackgroundWorker_WorkerDoesntSupportCancellation";
159 public const string BackgroundWorker_WorkerReportsProgress = "BackgroundWorker_WorkerReportsProgress";
160 public const string BackgroundWorker_WorkerSupportsCancellation = "BackgroundWorker_WorkerSupportsCancellation";
161 public const string CHECKOUTCanceled = "CHECKOUTCanceled";
162 public const string CantModifyListSortDescriptionCollection = "CantModifyListSortDescriptionCollection";
163 public const string CollectionConverterText = "(Collection)";
164 public const string ConvertFromException = "{0} cannot convert from {1}.";
165 public const string ConvertInvalidPrimitive = "{0} is not a valid value for {1}.";
166 public const string ConvertToException = "'{0}' is unable to convert '{1}' to '{2}'.";
167 public const string CultureInfoConverterDefaultCultureString = "(Default)";
168 public const string CultureInfoConverterInvalidCulture = "The {0} culture cannot be converted to a CultureInfo object on this computer.";
169 public const string DuplicateComponentName = "Duplicate component name '{0}'. Component names must be unique and case-insensitive.";
170 public const string EnumConverterInvalidValue = "The value '{0}' is not a valid value for the enum '{1}'.";
171 public const string ErrorBadExtenderType = "ErrorBadExtenderType";
172 public const string ErrorInvalidEventHandler = "ErrorInvalidEventHandler";
173 public const string ErrorInvalidEventType = "ErrorInvalidEventType";
174 public const string ErrorInvalidPropertyType = "ErrorInvalidPropertyType";
175 public const string ErrorInvalidServiceInstance = "ErrorInvalidServiceInstance";
176 public const string ErrorMissingEventAccessors = "ErrorMissingEventAccessors";
177 public const string ErrorMissingPropertyAccessors = "ErrorMissingPropertyAccessors";
178 public const string ErrorPropertyAccessorException = "ErrorPropertyAccessorException";
179 public const string ErrorServiceExists = "The service {0} already exists in the service container.";
180 public const string ISupportInitializeDescr = "ISupportInitializeDescr";
181 public const string InstanceCreationEditorDefaultText = "InstanceCreationEditorDefaultText";
182 public const string InstanceDescriptorCannotBeStatic = "InstanceDescriptorCannotBeStatic";
183 public const string InstanceDescriptorLengthMismatch = "InstanceDescriptorLengthMismatch";
184 public const string InstanceDescriptorMustBeReadable = "InstanceDescriptorMustBeReadable";
185 public const string InstanceDescriptorMustBeStatic = "InstanceDescriptorMustBeStatic";
186 public const string InvalidArgument = "InvalidArgument";
187 public const string InvalidEnumArgument = "The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.";
188 public const string InvalidMemberName = "InvalidMemberName";
189 public const string InvalidNullArgument = "InvalidNullArgument";
190 public const string LicExceptionTypeAndInstance = "LicExceptionTypeAndInstance";
191 public const string LicExceptionTypeOnly = "LicExceptionTypeOnly";
192 public const string LicMgrAlreadyLocked = "LicMgrAlreadyLocked";
193 public const string LicMgrContextCannotBeChanged = "LicMgrContextCannotBeChanged";
194 public const string LicMgrDifferentUser = "LicMgrDifferentUser";
195 public const string MaskedTextProviderInvalidCharError = "MaskedTextProviderInvalidCharError";
196 public const string MaskedTextProviderMaskInvalidChar = "MaskedTextProviderMaskInvalidChar ";
197 public const string MaskedTextProviderMaskNullOrEmpty = "MaskedTextProviderMaskNullOrEmpty";
198 public const string MaskedTextProviderPasswordAndPromptCharError = "MaskedTextProviderPasswordAndPromptCharError";
199 public const string MemberRelationshipService_RelationshipNotSupported = "MemberRelationshipService_RelationshipNotSupported";
200 public const string MetaExtenderName = "MetaExtenderName";
201 public const string MultilineStringConverterText = "(Text)";
202 public const string NullableConverterBadCtorArg = "NullableConverterBadCtorArg";
203 public const string PropertyCategoryAsynchronous = "PropertyCategoryAsynchronous";
204 public const string PropertyTabAttributeArrayLengthMismatch = "PropertyTabAttributeArrayLengthMismatch";
205 public const string PropertyTabAttributeBadPropertyTabScope = "PropertyTabAttributeBadPropertyTabScope";
206 public const string PropertyTabAttributeParamsBothNull = "PropertyTabAttributeParamsBothNull";
207 public const string PropertyTabAttributeTypeLoadException = "PropertyTabAttributeTypeLoadException";
208 public const string ToStringNull = "(null)";
209 public const string ToolboxItemAttributeFailedGetType = "ToolboxItemAttributeFailedGetType";
210 public const string TypeDescriptorAlreadyAssociated = "TypeDescriptorAlreadyAssociated";
211 public const string TypeDescriptorArgsCountMismatch = "TypeDescriptorArgsCountMismatch";
212 public const string TypeDescriptorExpectedElementType = "TypeDescriptorExpectedElementType";
213 public const string TypeDescriptorProviderError = "TypeDescriptorProviderError";
214 public const string TypeDescriptorSameAssociation = "TypeDescriptorSameAssociation";
215 public const string TypeDescriptorUnsupportedRemoteObject = "TypeDescriptorUnsupportedRemoteObject";
216 public const string toStringNone = "(none)";
218 public const string Arg_EnumIllegalVal = "Arg_EnumIllegalVal";
219 public const string Argument_InvalidClassAttribute = "Argument_InvalidClassAttribute";
220 public const string Argument_InvalidPermissionState = "Argument_InvalidPermissionState";
221 public const string Argument_WrongType = "Argument_WrongType";
223 public const string ArgumentOutOfRange_NeedPosNum = "ArgumentOutOfRange_NeedPosNum";
224 public const string Argument_SemaphoreInitialMaximum = "Argument_SemaphoreInitialMaximum";
225 public const string Argument_WaitHandleNameTooLong = "Argument_WaitHandleNameTooLong";
226 public const string BarrierPostPhaseException = "BarrierPostPhaseException";
227 public const string Barrier_AddParticipants_NonPositive_ArgumentOutOfRange = "Barrier_AddParticipants_NonPositive_ArgumentOutOfRange";
228 public const string Barrier_AddParticipants_Overflow_ArgumentOutOfRange = "Barrier_AddParticipants_Overflow_ArgumentOutOfRange";
229 public const string Barrier_Dispose = "Barrier_Dispose";
230 public const string Barrier_InvalidOperation_CalledFromPHA = "Barrier_InvalidOperation_CalledFromPHA";
231 public const string Barrier_RemoveParticipants_ArgumentOutOfRange = "Barrier_RemoveParticipants_ArgumentOutOfRange";
232 public const string Barrier_RemoveParticipants_InvalidOperation = "Barrier_RemoveParticipants_InvalidOperation";
233 public const string Barrier_RemoveParticipants_NonPositive_ArgumentOutOfRange = "Barrier_RemoveParticipants_NonPositive_ArgumentOutOfRange";
234 public const string Barrier_SignalAndWait_ArgumentOutOfRange = "Barrier_SignalAndWait_ArgumentOutOfRange";
235 public const string Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded = "Barrier_SignalAndWait_InvalidOperation_ThreadsExceeded";
236 public const string Barrier_SignalAndWait_InvalidOperation_ZeroTotal = "Barrier_SignalAndWait_InvalidOperation_ZeroTotal";
237 public const string Barrier_ctor_ArgumentOutOfRange = "Barrier_ctor_ArgumentOutOfRange";
238 public const string WaitHandleCannotBeOpenedException_InvalidHandle = "WaitHandleCannotBeOpenedException_InvalidHandle";
240 public const string InvalidParameter = "InvalidParameter";
241 public const string TimerAutoReset = "TimerAutoReset";
242 public const string TimerEnabled = "TimerEnabled";
243 public const string TimerInterval = "TimerInterval";
244 public const string TimerIntervalElapsed = "TimerIntervalElapsed";
245 public const string TimerInvalidInterval = "TimerInvalidInterval";
246 public const string TimerSynchronizingObject = "TimerSynchronizingObject";
248 public const string ArgumentOutOfRange_Bounds_Lower_Upper = "ArgumentOutOfRange_Bounds_Lower_Upper";
249 public const string ContentDispositionInvalid = "ContentDispositionInvalid";
250 public const string ContentTypeInvalid = "ContentTypeInvalid";
251 public const string InvalidAsyncResult = "InvalidAsyncResult";
252 public const string InvalidHeaderName = "InvalidHeaderName";
253 public const string InvalidHexDigit = "InvalidHexDigit";
254 public const string InvalidPort = "InvalidPort";
255 public const string MailAddressInvalidFormat = "MailAddressInvalidFormat";
256 public const string MailBase64InvalidCharacter = "MailBase64InvalidCharacter";
257 public const string MailCollectionIsReadOnly = "MailCollectionIsReadOnly";
258 public const string MailDateInvalidFormat = "MailDateInvalidFormat";
259 public const string MailHeaderFieldInvalidCharacter = "MailHeaderFieldInvalidCharacter";
260 public const string MailHeaderFieldMalformedHeader = "MailHeaderFieldMalformedHeader";
261 public const string MailHeaderInvalidCID = "MailHeaderInvalidCID";
262 public const string MailHostNotFound = "MailHostNotFound";
263 public const string MailServerDoesNotSupportStartTls = "MailServerDoesNotSupportStartTls";
264 public const string MailServerResponse = "MailServerResponse";
265 public const string MailSubjectInvalidFormat = "MailSubjectInvalidFormat";
266 public const string MailWriterIsInContent = "MailWriterIsInContent";
267 public const string MediaTypeInvalid = "MediaTypeInvalid";
268 public const string MimePartCantResetStream = "MimePartCantResetStream";
269 public const string MimeTransferEncodingNotSupported = "MimeTransferEncodingNotSupported";
270 public const string NotReadableStream = "NotReadableStream";
271 public const string NotSupported = "NotSupported";
272 public const string NotWriteableStream = "NotWriteableStream";
273 public const string ReadNotSupported = "ReadNotSupported";
274 public const string SSPIInvalidHandleType = "SSPIInvalidHandleType";
275 public const string SeekNotSupported = "SeekNotSupported";
276 public const string SmtpAlreadyConnected = "SmtpAlreadyConnected";
277 public const string SmtpAuthResponseInvalid = "SmtpAuthResponseInvalid";
278 public const string SmtpAuthenticationFailed = "SmtpAuthenticationFailed";
279 public const string SmtpBadCommandSequence = "SmtpBadCommandSequence";
280 public const string SmtpClientNotPermitted = "SmtpClientNotPermitted";
281 public const string SmtpCommandNotImplemented = "SmtpCommandNotImplemented";
282 public const string SmtpCommandParameterNotImplemented = "SmtpCommandParameterNotImplemented";
283 public const string SmtpCommandUnrecognized = "SmtpCommandUnrecognized";
284 public const string SmtpDataStreamOpen = "SmtpDataStreamOpen";
285 public const string SmtpEhloResponseInvalid = "SmtpEhloResponseInvalid";
286 public const string SmtpExceededStorageAllocation = "SmtpExceededStorageAllocation";
287 public const string SmtpFromRequired = "SmtpFromRequired";
288 public const string SmtpGetIisPickupDirectoryFailed = "SmtpGetIisPickupDirectoryFailed";
289 public const string SmtpHelpMessage = "SmtpHelpMessage";
290 public const string SmtpInsufficientStorage = "SmtpInsufficientStorage";
291 public const string SmtpInvalidHostName = "SmtpInvalidHostName";
292 public const string SmtpInvalidOperationDuringSend = "SmtpInvalidOperationDuringSend";
293 public const string SmtpInvalidResponse = "SmtpInvalidResponse";
294 public const string SmtpLocalErrorInProcessing = "SmtpLocalErrorInProcessing";
295 public const string SmtpMailboxBusy = "SmtpMailboxBusy";
296 public const string SmtpMailboxNameNotAllowed = "SmtpMailboxNameNotAllowed";
297 public const string SmtpMailboxUnavailable = "SmtpMailboxUnavailable";
298 public const string SmtpMustIssueStartTlsFirst = "SmtpMustIssueStartTlsFirst";
299 public const string SmtpNeedAbsolutePickupDirectory = "SmtpNeedAbsolutePickupDirectory";
300 public const string SmtpNonAsciiUserNotSupported = "SmtpNonAsciiUserNotSupported";
301 public const string SmtpOK = "SmtpOK";
302 public const string SmtpPickupDirectoryDoesnotSupportSsl = "SmtpPickupDirectoryDoesnotSupportSsl";
303 public const string SmtpRecipientFailed = "SmtpRecipientFailed";
304 public const string SmtpRecipientRequired = "SmtpRecipientRequired";
305 public const string SmtpSendMailFailure = "SmtpSendMailFailure";
306 public const string SmtpServiceClosingTransmissionChannel = "SmtpServiceClosingTransmissionChannel";
307 public const string SmtpServiceNotAvailable = "SmtpServiceNotAvailable";
308 public const string SmtpServiceReady = "SmtpServiceReady";
309 public const string SmtpStartMailInput = "SmtpStartMailInput";
310 public const string SmtpSyntaxError = "SmtpSyntaxError";
311 public const string SmtpSystemStatus = "SmtpSystemStatus";
312 public const string SmtpTransactionFailed = "SmtpTransactionFailed";
313 public const string SmtpUserNotLocalTryAlternatePath = "SmtpUserNotLocalTryAlternatePath";
314 public const string SmtpUserNotLocalWillForward = "SmtpUserNotLocalWillForward";
315 public const string UnspecifiedHost = "UnspecifiedHost";
316 public const string WinNTRequired = "WinNTRequired";
317 public const string WinXPRequired = "WinXPRequired";
318 public const string WriteNotSupported = "WriteNotSupported";
319 public const string dns_bad_ip_address = "dns_bad_ip_address";
320 public const string net_InvalidAddressFamily = "net_InvalidAddressFamily";
321 public const string net_InvalidEndPointAddressFamily = "net_InvalidEndPointAddressFamily";
322 public const string net_InvalidSocketAddressSize = "net_InvalidSocketAddressSize";
323 public const string net_InvalidSocketHandle = "net_InvalidSocketHandle";
324 public const string net_InvalidStatusCode = "net_InvalidStatusCode";
325 public const string net_MethodNotImplementedException = "net_MethodNotImplementedException";
326 public const string net_MethodNotSupportedException = "net_MethodNotSupportedException";
327 public const string net_PropertyNotImplementedException = "net_PropertyNotImplementedException";
328 public const string net_PropertyNotSupportedException = "net_PropertyNotSupportedException";
329 public const string net_WebHeaderInvalidCRLFChars = "net_WebHeaderInvalidCRLFChars";
330 public const string net_WebHeaderInvalidControlChars = "net_WebHeaderInvalidControlChars";
331 public const string net_WebHeaderInvalidHeaderChars = "net_WebHeaderInvalidHeaderChars";
332 public const string net_WebHeaderInvalidNonAsciiChars = "net_WebHeaderInvalidNonAsciiChars";
333 public const string net_WebHeaderMissingColon = "net_WebHeaderMissingColon";
334 public const string net_WebSockets_AcceptHeaderNotFound = "net_WebSockets_AcceptHeaderNotFound";
335 public const string net_WebSockets_AcceptNotAWebSocket = "net_WebSockets_AcceptNotAWebSocket";
336 public const string net_WebSockets_AcceptUnsupportedProtocol = "net_WebSockets_AcceptUnsupportedProtocol";
337 public const string net_WebSockets_AcceptUnsupportedWebSocketVersion = "net_WebSockets_AcceptUnsupportedWebSocketVersion";
338 public const string net_WebSockets_AlreadyStarted = "net_WebSockets_AlreadyStarted";
339 public const string net_WebSockets_ArgumentOutOfRange_InternalBuffer = "net_WebSockets_ArgumentOutOfRange_InternalBuffer";
340 public const string net_WebSockets_ArgumentOutOfRange_TooBig = "net_WebSockets_ArgumentOutOfRange_TooBig";
341 public const string net_WebSockets_ArgumentOutOfRange_TooSmall = "net_WebSockets_ArgumentOutOfRange_TooSmall";
342 public const string net_WebSockets_Argument_InvalidMessageType = "net_WebSockets_Argument_InvalidMessageType";
343 public const string net_WebSockets_ClientAcceptingNoProtocols = "net_WebSockets_ClientAcceptingNoProtocols";
344 public const string net_WebSockets_Connect101Expected = "net_WebSockets_Connect101Expected";
345 public const string net_WebSockets_ConnectionClosedPrematurely_Generic = "net_WebSockets_ConnectionClosedPrematurely_Generic";
346 public const string net_WebSockets_Generic = "net_WebSockets_Generic";
347 public const string net_WebSockets_HeaderError_Generic = "net_WebSockets_HeaderError_Generic";
348 public const string net_WebSockets_InvalidBufferType = "net_WebSockets_InvalidBufferType";
349 public const string net_WebSockets_InvalidCharInProtocolString = "net_WebSockets_InvalidCharInProtocolString";
350 public const string net_WebSockets_InvalidCloseStatusCode = "net_WebSockets_InvalidCloseStatusCode";
351 public const string net_WebSockets_InvalidCloseStatusDescription = "net_WebSockets_InvalidCloseStatusDescription";
352 public const string net_WebSockets_InvalidEmptySubProtocol = "net_WebSockets_InvalidEmptySubProtocol";
353 public const string net_WebSockets_InvalidMessageType = "net_WebSockets_InvalidMessageType";
354 public const string net_WebSockets_InvalidMessageType_Generic = "net_WebSockets_InvalidMessageType_Generic";
355 public const string net_WebSockets_InvalidRegistration = "net_WebSockets_InvalidRegistration";
356 public const string net_WebSockets_InvalidResponseHeader = "net_WebSockets_InvalidResponseHeader";
357 public const string net_WebSockets_InvalidState = "net_WebSockets_InvalidState";
358 public const string net_WebSockets_InvalidState_ClosedOrAborted = "net_WebSockets_InvalidState_ClosedOrAborted";
359 public const string net_WebSockets_InvalidState_Generic = "net_WebSockets_InvalidState_Generic";
360 public const string net_WebSockets_NativeSendResponseHeaders = "net_WebSockets_NativeSendResponseHeaders";
361 public const string net_WebSockets_NoDuplicateProtocol = "net_WebSockets_NoDuplicateProtocol";
362 public const string net_WebSockets_NotAWebSocket_Generic = "net_WebSockets_NotAWebSocket_Generic";
363 public const string net_WebSockets_NotConnected = "net_WebSockets_NotConnected";
364 public const string net_WebSockets_ReasonNotNull = "net_WebSockets_ReasonNotNull";
365 public const string net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync = "net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync";
366 public const string net_WebSockets_Scheme = "net_WebSockets_Scheme";
367 public const string net_WebSockets_UnsupportedPlatform = "net_WebSockets_UnsupportedPlatform";
368 public const string net_WebSockets_UnsupportedProtocol_Generic = "net_WebSockets_UnsupportedProtocol_Generic";
369 public const string net_WebSockets_UnsupportedWebSocketVersion_Generic = "net_WebSockets_UnsupportedWebSocketVersion_Generic";
370 public const string net_Websockets_AlreadyOneOutstandingOperation = "net_Websockets_AlreadyOneOutstandingOperation";
371 public const string net_Websockets_WebSocketBaseFaulted = "net_Websockets_WebSocketBaseFaulted";
372 public const string net_ambiguousbuffers = "net_ambiguousbuffers";
373 public const string net_array_too_small = "net_array_too_small";
374 public const string net_auth_SSPI = "net_auth_SSPI";
375 public const string net_auth_alert = "net_auth_alert";
376 public const string net_auth_bad_client_creds = "net_auth_bad_client_creds";
377 public const string net_auth_bad_client_creds_or_target_mismatch = "net_auth_bad_client_creds_or_target_mismatch";
378 public const string net_auth_client_server = "net_auth_client_server";
379 public const string net_auth_context_expectation = "net_auth_context_expectation";
380 public const string net_auth_context_expectation_remote = "net_auth_context_expectation_remote";
381 public const string net_auth_eof = "net_auth_eof";
382 public const string net_auth_ignored_reauth = "net_auth_ignored_reauth";
383 public const string net_auth_message_not_encrypted = "net_auth_message_not_encrypted";
384 public const string net_auth_must_specify_extended_protection_scheme = "net_auth_must_specify_extended_protection_scheme";
385 public const string net_auth_no_anonymous_support = "net_auth_no_anonymous_support";
386 public const string net_auth_noauth = "net_auth_noauth";
387 public const string net_auth_reauth = "net_auth_reauth";
388 public const string net_auth_supported_impl_levels = "net_auth_supported_impl_levels";
389 public const string net_authmodulenotregistered = "net_authmodulenotregistered";
390 public const string net_authschemenotregistered = "net_authschemenotregistered";
391 public const string net_bad_ip_address_prefix = "net_bad_ip_address_prefix";
392 public const string net_bad_mac_address = "net_bad_mac_address";
393 public const string net_baddate = "net_baddate";
394 public const string net_badmethod = "net_badmethod";
395 public const string net_buffercounttoosmall = "net_buffercounttoosmall";
396 public const string net_cache_access_denied = "net_cache_access_denied";
397 public const string net_cache_no_stream = "net_cache_no_stream";
398 public const string net_cache_non_seekable_stream_not_supported = "net_cache_non_seekable_stream_not_supported";
399 public const string net_cache_not_accept_response = "net_cache_not_accept_response";
400 public const string net_cache_not_supported_body = "net_cache_not_supported_body";
401 public const string net_cache_not_supported_command = "net_cache_not_supported_command";
402 public const string net_cache_retrieve_failure = "net_cache_retrieve_failure";
403 public const string net_cache_shadowstream_not_writable = "net_cache_shadowstream_not_writable";
404 public const string net_cache_unsupported_partial_stream = "net_cache_unsupported_partial_stream";
405 public const string net_cache_validator_fail = "net_cache_validator_fail";
406 public const string net_cache_validator_result = "net_cache_validator_result";
407 public const string net_cannot_load_proxy_helper = "net_cannot_load_proxy_helper";
408 public const string net_cant_create_environment = "net_cant_create_environment";
409 public const string net_cant_determine_osinstalltype = "net_cant_determine_osinstalltype";
410 public const string net_cant_perform_during_shutdown = "net_cant_perform_during_shutdown";
411 public const string net_clsmall = "net_clsmall";
412 public const string net_collection_readonly = "net_collection_readonly";
413 public const string net_completed_result = "net_completed_result";
414 public const string net_config_authenticationmodules = "net_config_authenticationmodules";
415 public const string net_config_element_permission = "net_config_element_permission";
416 public const string net_config_property_permission = "net_config_property_permission";
417 public const string net_config_proxy = "net_config_proxy";
418 public const string net_config_proxy_module_not_public = "net_config_proxy_module_not_public";
419 public const string net_config_requestcaching = "net_config_requestcaching";
420 public const string net_config_section_permission = "net_config_section_permission";
421 public const string net_config_webrequestmodules = "net_config_webrequestmodules";
422 public const string net_connarg = "net_connarg";
423 public const string net_container_add_cookie = "net_container_add_cookie";
424 public const string net_contentlengthmissing = "net_contentlengthmissing";
425 public const string net_cookie_attribute = "The '{0}'='{1}' part of the cookie is invalid.";
426 public const string net_cookie_capacity_range = "net_cookie_capacity_range";
427 public const string net_cookie_exists = "net_cookie_exists";
428 public const string net_cookie_format = "Cookie format error.";
429 public const string net_cookie_parse_header = "An error occurred when parsing the Cookie header for Uri '{0}'.";
430 public const string net_cookie_size = "net_cookie_size";
431 public const string net_empty_osinstalltype = "net_empty_osinstalltype";
432 public const string net_emptystringcall = "net_emptystringcall";
433 public const string net_emptystringset = "net_emptystringset";
434 public const string net_entire_body_not_written = "net_entire_body_not_written";
435 public const string net_entitytoobig = "net_entitytoobig";
436 public const string net_format_shexp = "net_format_shexp";
437 public const string net_frame_max_size = "net_frame_max_size";
438 public const string net_frame_read_io = "net_frame_read_io";
439 public const string net_frame_read_size = "net_frame_read_size";
440 public const string net_frame_size = "net_frame_size";
441 public const string net_fromto = "net_fromto";
442 public const string net_ftp_active_address_different = "net_ftp_active_address_different";
443 public const string net_ftp_invalid_method_name = "net_ftp_invalid_method_name";
444 public const string net_ftp_invalid_renameto = "net_ftp_invalid_renameto";
445 public const string net_ftp_invalid_response_filename = "net_ftp_invalid_response_filename";
446 public const string net_ftp_invalid_status_response = "net_ftp_invalid_status_response";
447 public const string net_ftp_invalid_uri = "net_ftp_invalid_uri";
448 public const string net_ftp_no_defaultcreds = "net_ftp_no_defaultcreds";
449 public const string net_ftp_no_http_cmd = "net_ftp_no_http_cmd";
450 public const string net_ftp_no_offsetforhttp = "net_ftp_no_offsetforhttp";
451 public const string net_ftp_proxy_does_not_support_ssl = "net_ftp_proxy_does_not_support_ssl";
452 public const string net_ftp_response_invalid_format = "net_ftp_response_invalid_format";
453 public const string net_ftp_server_failed_passive = "net_ftp_server_failed_passive";
454 public const string net_ftp_unsupported_method = "net_ftp_unsupported_method";
455 public const string net_headerrestrict = "net_headerrestrict";
456 public const string net_headers_req = "net_headers_req";
457 public const string net_headers_rsp = "net_headers_rsp";
458 public const string net_headers_toolong = "net_headers_toolong";
459 public const string net_inasync = "net_inasync";
460 public const string net_invalidAddressList = "net_invalidAddressList";
461 public const string net_invalidPingBufferSize = "net_invalidPingBufferSize";
462 public const string net_invalid_cast = "net_invalid_cast";
463 public const string net_invalid_enum = "net_invalid_enum";
464 public const string net_invalid_host = "net_invalid_host";
465 public const string net_invalid_ip_addr = "net_invalid_ip_addr";
466 public const string net_invalidstatus = "net_invalidstatus";
467 public const string net_invalidversion = "net_invalidversion";
468 public const string net_invasync = "net_invasync";
469 public const string net_io_async_result = "net_io_async_result";
470 public const string net_io_completionportwasbound = "net_io_completionportwasbound";
471 public const string net_io_connectionclosed = "net_io_connectionclosed";
472 public const string net_io_decrypt = "net_io_decrypt";
473 public const string net_io_encrypt = "net_io_encrypt";
474 public const string net_io_eof = "net_io_eof";
475 public const string net_io_header_id = "net_io_header_id";
476 public const string net_io_invalidasyncresult = "net_io_invalidasyncresult";
477 public const string net_io_invalidendcall = "net_io_invalidendcall";
478 public const string net_io_invalidnestedcall = "net_io_invalidnestedcall";
479 public const string net_io_must_be_rw_stream = "net_io_must_be_rw_stream";
480 public const string net_io_notenoughbyteswritten = "net_io_notenoughbyteswritten";
481 public const string net_io_out_range = "net_io_out_range";
482 public const string net_io_read = "net_io_read";
483 public const string net_io_readfailure = "net_io_readfailure";
484 public const string net_io_timeout_use_ge_zero = "net_io_timeout_use_ge_zero";
485 public const string net_io_timeout_use_gt_zero = "net_io_timeout_use_gt_zero";
486 public const string net_io_transportfailure = "net_io_transportfailure";
487 public const string net_io_write = "net_io_write";
488 public const string net_io_writefailure = "net_io_writefailure";
489 public const string net_ipv4_not_installed = "net_ipv4_not_installed";
490 public const string net_ipv6_not_installed = "net_ipv6_not_installed";
491 public const string net_jscript_load = "net_jscript_load";
492 public const string net_listener_already = "net_listener_already";
493 public const string net_listener_callinprogress = "net_listener_callinprogress";
494 public const string net_listener_cannot_set_custom_cbt = "net_listener_cannot_set_custom_cbt";
495 public const string net_listener_cbt_not_supported = "net_listener_cbt_not_supported";
496 public const string net_listener_close_urlgroup_error = "net_listener_close_urlgroup_error";
497 public const string net_listener_detach_error = "net_listener_detach_error";
498 public const string net_listener_host = "net_listener_host";
499 public const string net_listener_invalid_cbt_type = "net_listener_invalid_cbt_type";
500 public const string net_listener_mustcall = "net_listener_mustcall";
501 public const string net_listener_mustcompletecall = "net_listener_mustcompletecall";
502 public const string net_listener_no_spns = "net_listener_no_spns";
503 public const string net_listener_scheme = "net_listener_scheme";
504 public const string net_listener_slash = "net_listener_slash";
505 public const string net_log_attempting_restart_using_cert = "net_log_attempting_restart_using_cert";
506 public const string net_log_auth_invalid_challenge = "net_log_auth_invalid_challenge";
507 public const string net_log_buffered_n_bytes = "net_log_buffered_n_bytes";
508 public const string net_log_cache_206_resp_non_matching_entry = "net_log_cache_206_resp_non_matching_entry";
509 public const string net_log_cache_206_resp_starting_position_not_adjusted = "net_log_cache_206_resp_starting_position_not_adjusted";
510 public const string net_log_cache_304_head_resp_has_different_last_modified = "net_log_cache_304_head_resp_has_different_last_modified";
511 public const string net_log_cache_304_received_on_unconditional_request = "net_log_cache_304_received_on_unconditional_request";
512 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";
513 public const string net_log_cache_accept_based_on_retry_count = "net_log_cache_accept_based_on_retry_count";
514 public const string net_log_cache_after_validation = "net_log_cache_after_validation";
515 public const string net_log_cache_age1 = "net_log_cache_age1";
516 public const string net_log_cache_age1_date_header = "net_log_cache_age1_date_header";
517 public const string net_log_cache_age1_last_synchronized = "net_log_cache_age1_last_synchronized";
518 public const string net_log_cache_age1_last_synchronized_age_header = "net_log_cache_age1_last_synchronized_age_header";
519 public const string net_log_cache_age2 = "net_log_cache_age2";
520 public const string net_log_cache_auth_header_and_no_s_max_age = "net_log_cache_auth_header_and_no_s_max_age";
521 public const string net_log_cache_cache_control = "net_log_cache_cache_control";
522 public const string net_log_cache_cache_control_error = "net_log_cache_cache_control_error";
523 public const string net_log_cache_cache_last_modified = "net_log_cache_cache_last_modified";
524 public const string net_log_cache_cached_auth_header = "net_log_cache_cached_auth_header";
525 public const string net_log_cache_cached_auth_header_no_control_directive = "net_log_cache_cached_auth_header_no_control_directive";
526 public const string net_log_cache_cannot_construct_conditional_range_request = "net_log_cache_cannot_construct_conditional_range_request";
527 public const string net_log_cache_cannot_construct_conditional_request = "net_log_cache_cannot_construct_conditional_request";
528 public const string net_log_cache_cannot_remove = "net_log_cache_cannot_remove";
529 public const string net_log_cache_cannot_update_cache_if_304 = "net_log_cache_cannot_update_cache_if_304";
530 public const string net_log_cache_cannot_update_cache_with_head_resp = "net_log_cache_cannot_update_cache_with_head_resp";
531 public const string net_log_cache_closing_cache_stream = "net_log_cache_closing_cache_stream";
532 public const string net_log_cache_combined_resp_requested = "net_log_cache_combined_resp_requested";
533 public const string net_log_cache_commit_failed = "net_log_cache_commit_failed";
534 public const string net_log_cache_condition_if_modified_since = "net_log_cache_condition_if_modified_since";
535 public const string net_log_cache_condition_if_none_match = "net_log_cache_condition_if_none_match";
536 public const string net_log_cache_condition_if_range = "net_log_cache_condition_if_range";
537 public const string net_log_cache_conditional_range_not_implemented_on_http_10 = "net_log_cache_conditional_range_not_implemented_on_http_10";
538 public const string net_log_cache_content_range_error = "net_log_cache_content_range_error";
539 public const string net_log_cache_control_must_revalidate = "net_log_cache_control_must_revalidate";
540 public const string net_log_cache_control_no_cache = "net_log_cache_control_no_cache";
541 public const string net_log_cache_control_no_cache_removing_some_headers = "net_log_cache_control_no_cache_removing_some_headers";
542 public const string net_log_cache_could_be_partial = "net_log_cache_could_be_partial";
543 public const string net_log_cache_create_failed = "net_log_cache_create_failed";
544 public const string net_log_cache_date_header_older_than_cache_entry = "net_log_cache_date_header_older_than_cache_entry";
545 public const string net_log_cache_delete_failed = "net_log_cache_delete_failed";
546 public const string net_log_cache_disable_max_stale = "net_log_cache_disable_max_stale";
547 public const string net_log_cache_dont_update_cached_headers = "net_log_cache_dont_update_cached_headers";
548 public const string net_log_cache_dumping = "net_log_cache_dumping";
549 public const string net_log_cache_dumping_cache_context = "net_log_cache_dumping_cache_context";
550 public const string net_log_cache_dumping_metadata = "net_log_cache_dumping_metadata";
551 public const string net_log_cache_enable_max_stale = "net_log_cache_enable_max_stale";
552 public const string net_log_cache_entry_not_found_freshness_undefined = "net_log_cache_entry_not_found_freshness_undefined";
553 public const string net_log_cache_entry_size_too_big = "net_log_cache_entry_size_too_big";
554 public const string net_log_cache_error_deleting_filename = "net_log_cache_error_deleting_filename";
555 public const string net_log_cache_exception = "net_log_cache_exception";
556 public const string net_log_cache_exception_ignored = "net_log_cache_exception_ignored";
557 public const string net_log_cache_existing_entry_has_to_be_discarded = "net_log_cache_existing_entry_has_to_be_discarded";
558 public const string net_log_cache_existing_entry_should_be_discarded = "net_log_cache_existing_entry_should_be_discarded";
559 public const string net_log_cache_existing_not_removed_because_unexpected_response_status = "net_log_cache_existing_not_removed_because_unexpected_response_status";
560 public const string net_log_cache_expected_length = "net_log_cache_expected_length";
561 public const string net_log_cache_expires = "net_log_cache_expires";
562 public const string net_log_cache_failing_request_with_exception = "net_log_cache_failing_request_with_exception";
563 public const string net_log_cache_filename = "net_log_cache_filename";
564 public const string net_log_cache_freshness_outside_policy_limits = "net_log_cache_freshness_outside_policy_limits";
565 public const string net_log_cache_ftp_method = "net_log_cache_ftp_method";
566 public const string net_log_cache_ftp_proxy_doesnt_support_partial = "net_log_cache_ftp_proxy_doesnt_support_partial";
567 public const string net_log_cache_ftp_response_status = "net_log_cache_ftp_response_status";
568 public const string net_log_cache_ftp_supports_bin_only = "net_log_cache_ftp_supports_bin_only";
569 public const string net_log_cache_head_resp_has_different_content_length = "net_log_cache_head_resp_has_different_content_length";
570 public const string net_log_cache_head_resp_has_different_content_md5 = "net_log_cache_head_resp_has_different_content_md5";
571 public const string net_log_cache_head_resp_has_different_etag = "net_log_cache_head_resp_has_different_etag";
572 public const string net_log_cache_http_header_parse_error = "net_log_cache_http_header_parse_error";
573 public const string net_log_cache_http_resp_is_null = "net_log_cache_http_resp_is_null";
574 public const string net_log_cache_http_status_line = "net_log_cache_http_status_line";
575 public const string net_log_cache_http_status_parse_failure = "net_log_cache_http_status_parse_failure";
576 public const string net_log_cache_invalid_http_version = "net_log_cache_invalid_http_version";
577 public const string net_log_cache_key = "net_log_cache_key";
578 public const string net_log_cache_key_remove_failed_status = "net_log_cache_key_remove_failed_status";
579 public const string net_log_cache_key_status = "net_log_cache_key_status";
580 public const string net_log_cache_last_modified = "net_log_cache_last_modified";
581 public const string net_log_cache_last_modified_header_older_than_cache_entry = "net_log_cache_last_modified_header_older_than_cache_entry";
582 public const string net_log_cache_last_synchronized = "net_log_cache_last_synchronized";
583 public const string net_log_cache_lookup_failed = "net_log_cache_lookup_failed";
584 public const string net_log_cache_max_age_absolute = "net_log_cache_max_age_absolute";
585 public const string net_log_cache_max_age_cache_max_age = "net_log_cache_max_age_cache_max_age";
586 public const string net_log_cache_max_age_cache_s_max_age = "net_log_cache_max_age_cache_s_max_age";
587 public const string net_log_cache_max_age_expires_date = "net_log_cache_max_age_expires_date";
588 public const string net_log_cache_max_stale = "net_log_cache_max_stale";
589 public const string net_log_cache_max_stale_and_update_status = "net_log_cache_max_stale_and_update_status";
590 public const string net_log_cache_metadata_name_value_parse_error = "net_log_cache_metadata_name_value_parse_error";
591 public const string net_log_cache_multiple_complex_range_not_implemented = "net_log_cache_multiple_complex_range_not_implemented";
592 public const string net_log_cache_need_to_remove_invalid_cache_entry_304 = "net_log_cache_need_to_remove_invalid_cache_entry_304";
593 public const string net_log_cache_needs_revalidation = "net_log_cache_needs_revalidation";
594 public const string net_log_cache_no_cache_entry = "net_log_cache_no_cache_entry";
595 public const string net_log_cache_no_commit = "net_log_cache_no_commit";
596 public const string net_log_cache_no_headers_in_metadata = "net_log_cache_no_headers_in_metadata";
597 public const string net_log_cache_no_http_response_header = "net_log_cache_no_http_response_header";
598 public const string net_log_cache_no_max_age_use_10_percent = "net_log_cache_no_max_age_use_10_percent";
599 public const string net_log_cache_no_max_age_use_default = "net_log_cache_no_max_age_use_default";
600 public const string net_log_cache_not_a_get_head_post = "net_log_cache_not_a_get_head_post";
601 public const string net_log_cache_not_updated_based_on_cache_protocol_status = "net_log_cache_not_updated_based_on_cache_protocol_status";
602 public const string net_log_cache_not_updated_based_on_ftp_response_status = "net_log_cache_not_updated_based_on_ftp_response_status";
603 public const string net_log_cache_not_updated_based_on_policy = "net_log_cache_not_updated_based_on_policy";
604 public const string net_log_cache_not_updated_because_no_response = "net_log_cache_not_updated_because_no_response";
605 public const string net_log_cache_now_time = "net_log_cache_now_time";
606 public const string net_log_cache_null_cached_stream = "net_log_cache_null_cached_stream";
607 public const string net_log_cache_null_response_failure = "net_log_cache_null_response_failure";
608 public const string net_log_cache_object_and_exception = "net_log_cache_object_and_exception";
609 public const string net_log_cache_only_byte_range_implemented = "net_log_cache_only_byte_range_implemented";
610 public const string net_log_cache_partial_and_non_zero_content_offset = "net_log_cache_partial_and_non_zero_content_offset";
611 public const string net_log_cache_partial_resp = "net_log_cache_partial_resp";
612 public const string net_log_cache_partial_resp_not_combined_with_existing_entry = "net_log_cache_partial_resp_not_combined_with_existing_entry";
613 public const string net_log_cache_policy_cache_sync_date = "net_log_cache_policy_cache_sync_date";
614 public const string net_log_cache_policy_max_age = "net_log_cache_policy_max_age";
615 public const string net_log_cache_policy_max_stale = "net_log_cache_policy_max_stale";
616 public const string net_log_cache_policy_min_fresh = "net_log_cache_policy_min_fresh";
617 public const string net_log_cache_post_resp_without_cache_control_or_expires = "net_log_cache_post_resp_without_cache_control_or_expires";
618 public const string net_log_cache_range = "net_log_cache_range";
619 public const string net_log_cache_range_in_cache = "net_log_cache_range_in_cache";
620 public const string net_log_cache_range_invalid_format = "net_log_cache_range_invalid_format";
621 public const string net_log_cache_range_not_in_cache = "net_log_cache_range_not_in_cache";
622 public const string net_log_cache_range_request_range = "net_log_cache_range_request_range";
623 public const string net_log_cache_refused_server_response = "net_log_cache_refused_server_response";
624 public const string net_log_cache_removed_entry_because_ftp_restart_response_changed = "net_log_cache_removed_entry_because_ftp_restart_response_changed";
625 public const string net_log_cache_removed_existing_based_on_method = "net_log_cache_removed_existing_based_on_method";
626 public const string net_log_cache_removed_existing_based_on_policy = "net_log_cache_removed_existing_based_on_policy";
627 public const string net_log_cache_removed_existing_invalid_entry = "net_log_cache_removed_existing_invalid_entry";
628 public const string net_log_cache_replacing_entry_with_HTTP_200 = "net_log_cache_replacing_entry_with_HTTP_200";
629 public const string net_log_cache_request_contains_conditional_header = "net_log_cache_request_contains_conditional_header";
630 public const string net_log_cache_request_method = "net_log_cache_request_method";
631 public const string net_log_cache_requested_combined_but_null_cached_stream = "net_log_cache_requested_combined_but_null_cached_stream";
632 public const string net_log_cache_resp_304_or_request_head = "net_log_cache_resp_304_or_request_head";
633 public const string net_log_cache_resp_allows_caching = "net_log_cache_resp_allows_caching";
634 public const string net_log_cache_resp_cache_control_is_no_store = "net_log_cache_resp_cache_control_is_no_store";
635 public const string net_log_cache_resp_cache_control_is_private = "net_log_cache_resp_cache_control_is_private";
636 public const string net_log_cache_resp_cache_control_is_private_plus_headers = "net_log_cache_resp_cache_control_is_private_plus_headers";
637 public const string net_log_cache_resp_cache_control_is_public = "net_log_cache_resp_cache_control_is_public";
638 public const string net_log_cache_resp_no_cache_control = "net_log_cache_resp_no_cache_control";
639 public const string net_log_cache_resp_older_than_cache = "net_log_cache_resp_older_than_cache";
640 public const string net_log_cache_resp_status = "net_log_cache_resp_status";
641 public const string net_log_cache_resp_status_304 = "net_log_cache_resp_status_304";
642 public const string net_log_cache_resp_valid_based_on_retry = "net_log_cache_resp_valid_based_on_retry";
643 public const string net_log_cache_response_last_modified = "net_log_cache_response_last_modified";
644 public const string net_log_cache_response_valid_based_on_policy = "net_log_cache_response_valid_based_on_policy";
645 public const string net_log_cache_result = "net_log_cache_result";
646 public const string net_log_cache_returned_range_cache = "net_log_cache_returned_range_cache";
647 public const string net_log_cache_revalidation_not_needed = "net_log_cache_revalidation_not_needed";
648 public const string net_log_cache_revalidation_required = "net_log_cache_revalidation_required";
649 public const string net_log_cache_saving_request_headers = "net_log_cache_saving_request_headers";
650 public const string net_log_cache_server_didnt_satisfy_range = "net_log_cache_server_didnt_satisfy_range";
651 public const string net_log_cache_set_expires = "net_log_cache_set_expires";
652 public const string net_log_cache_set_last_modified = "net_log_cache_set_last_modified";
653 public const string net_log_cache_set_last_synchronized = "net_log_cache_set_last_synchronized";
654 public const string net_log_cache_status_code_not_304_206 = "net_log_cache_status_code_not_304_206";
655 public const string net_log_cache_stream = "net_log_cache_stream";
656 public const string net_log_cache_suppress_update_because_synched_last_minute = "net_log_cache_suppress_update_because_synched_last_minute";
657 public const string net_log_cache_suppressing_headers_update_on_304 = "net_log_cache_suppressing_headers_update_on_304";
658 public const string net_log_cache_sxx_resp_cache_only = "net_log_cache_sxx_resp_cache_only";
659 public const string net_log_cache_sxx_resp_can_be_replaced = "net_log_cache_sxx_resp_can_be_replaced";
660 public const string net_log_cache_unexpected_status = "net_log_cache_unexpected_status";
661 public const string net_log_cache_update_cached_headers = "net_log_cache_update_cached_headers";
662 public const string net_log_cache_update_failed = "net_log_cache_update_failed";
663 public const string net_log_cache_update_not_supported_for_ftp_restart = "net_log_cache_update_not_supported_for_ftp_restart";
664 public const string net_log_cache_updating_headers_on_304 = "net_log_cache_updating_headers_on_304";
665 public const string net_log_cache_updating_last_synchronized = "net_log_cache_updating_last_synchronized";
666 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";
667 public const string net_log_cache_uri_with_query_has_no_expiration = "net_log_cache_uri_with_query_has_no_expiration";
668 public const string net_log_cache_usecount_file = "net_log_cache_usecount_file";
669 public const string net_log_cache_valid_as_fresh_or_because_policy = "net_log_cache_valid_as_fresh_or_because_policy";
670 public const string net_log_cache_valid_based_on_status_code = "net_log_cache_valid_based_on_status_code";
671 public const string net_log_cache_validation_failed_resubmit = "net_log_cache_validation_failed_resubmit";
672 public const string net_log_cache_validator_invalid_for_policy = "net_log_cache_validator_invalid_for_policy";
673 public const string net_log_cache_vary_header_contains_asterisks = "net_log_cache_vary_header_contains_asterisks";
674 public const string net_log_cache_vary_header_empty = "net_log_cache_vary_header_empty";
675 public const string net_log_cache_vary_header_match = "net_log_cache_vary_header_match";
676 public const string net_log_cache_vary_header_mismatched_count = "net_log_cache_vary_header_mismatched_count";
677 public const string net_log_cache_vary_header_mismatched_field = "net_log_cache_vary_header_mismatched_field";
678 public const string net_log_cert_is_of_type_2 = "net_log_cert_is_of_type_2";
679 public const string net_log_closed_idle = "net_log_closed_idle";
680 public const string net_log_did_not_find_cert_in_store = "net_log_did_not_find_cert_in_store";
681 public const string net_log_digest_hash_algorithm_not_supported = "net_log_digest_hash_algorithm_not_supported";
682 public const string net_log_digest_qop_not_supported = "net_log_digest_qop_not_supported";
683 public const string net_log_digest_requires_nonce = "net_log_digest_requires_nonce";
684 public const string net_log_exception = "net_log_exception";
685 public const string net_log_exception_in_callback = "net_log_exception_in_callback";
686 public const string net_log_finding_matching_certs = "net_log_finding_matching_certs";
687 public const string net_log_found_cert_in_store = "net_log_found_cert_in_store";
688 public const string net_log_got_certificate_from_delegate = "net_log_got_certificate_from_delegate";
689 public const string net_log_listener_cant_convert_bytes = "net_log_listener_cant_convert_bytes";
690 public const string net_log_listener_cant_convert_percent_value = "net_log_listener_cant_convert_percent_value";
691 public const string net_log_listener_cant_convert_raw_path = "net_log_listener_cant_convert_raw_path";
692 public const string net_log_listener_cant_convert_to_utf8 = "net_log_listener_cant_convert_to_utf8";
693 public const string net_log_listener_cant_create_uri = "net_log_listener_cant_create_uri";
694 public const string net_log_listener_cbt = "net_log_listener_cbt";
695 public const string net_log_listener_create_valid_identity_failed = "net_log_listener_create_valid_identity_failed";
696 public const string net_log_listener_delegate_exception = "net_log_listener_delegate_exception";
697 public const string net_log_listener_httpsys_registry_error = "net_log_listener_httpsys_registry_error";
698 public const string net_log_listener_httpsys_registry_null = "net_log_listener_httpsys_registry_null";
699 public const string net_log_listener_no_cbt_disabled = "net_log_listener_no_cbt_disabled";
700 public const string net_log_listener_no_cbt_http = "net_log_listener_no_cbt_http";
701 public const string net_log_listener_no_cbt_platform = "net_log_listener_no_cbt_platform";
702 public const string net_log_listener_no_cbt_trustedproxy = "net_log_listener_no_cbt_trustedproxy";
703 public const string net_log_listener_no_spn_cbt = "net_log_listener_no_spn_cbt";
704 public const string net_log_listener_no_spn_disabled = "net_log_listener_no_spn_disabled";
705 public const string net_log_listener_no_spn_kerberos = "net_log_listener_no_spn_kerberos";
706 public const string net_log_listener_no_spn_loopback = "net_log_listener_no_spn_loopback";
707 public const string net_log_listener_no_spn_platform = "net_log_listener_no_spn_platform";
708 public const string net_log_listener_no_spn_whensupported = "net_log_listener_no_spn_whensupported";
709 public const string net_log_listener_spn = "net_log_listener_spn";
710 public const string net_log_listener_spn_add = "net_log_listener_spn_add";
711 public const string net_log_listener_spn_failed = "net_log_listener_spn_failed";
712 public const string net_log_listener_spn_failed_always = "net_log_listener_spn_failed_always";
713 public const string net_log_listener_spn_failed_dump = "net_log_listener_spn_failed_dump";
714 public const string net_log_listener_spn_failed_empty = "net_log_listener_spn_failed_empty";
715 public const string net_log_listener_spn_not_add = "net_log_listener_spn_not_add";
716 public const string net_log_listener_spn_not_remove = "net_log_listener_spn_not_remove";
717 public const string net_log_listener_spn_passed = "net_log_listener_spn_passed";
718 public const string net_log_listener_spn_remove = "net_log_listener_spn_remove";
719 public const string net_log_listener_unmatched_authentication_scheme = "net_log_listener_unmatched_authentication_scheme";
720 public const string net_log_listener_unsupported_authentication_scheme = "net_log_listener_unsupported_authentication_scheme";
721 public const string net_log_locating_private_key_for_certificate = "net_log_locating_private_key_for_certificate";
722 public const string net_log_method_equal = "net_log_method_equal";
723 public const string net_log_n_certs_after_filtering = "net_log_n_certs_after_filtering";
724 public const string net_log_no_delegate_and_have_no_client_cert = "net_log_no_delegate_and_have_no_client_cert";
725 public const string net_log_no_delegate_but_have_client_cert = "net_log_no_delegate_but_have_client_cert";
726 public const string net_log_no_issuers_try_all_certs = "net_log_no_issuers_try_all_certs";
727 public const string net_log_open_store_failed = "net_log_open_store_failed";
728 public const string net_log_operation_failed_with_error = "net_log_operation_failed_with_error";
729 public const string net_log_operation_returned_something = "net_log_operation_returned_something";
730 public const string net_log_proxy_autodetect_failed = "net_log_proxy_autodetect_failed";
731 public const string net_log_proxy_autodetect_script_location_parse_error = "net_log_proxy_autodetect_script_location_parse_error";
732 public const string net_log_proxy_called_with_invalid_parameter = "net_log_proxy_called_with_invalid_parameter";
733 public const string net_log_proxy_called_with_null_parameter = "net_log_proxy_called_with_null_parameter";
734 public const string net_log_proxy_ras_notsupported_exception = "net_log_proxy_ras_notsupported_exception";
735 public const string net_log_proxy_ras_supported = "net_log_proxy_ras_supported";
736 public const string net_log_proxy_script_download_compile_error = "net_log_proxy_script_download_compile_error";
737 public const string net_log_proxy_script_execution_error = "net_log_proxy_script_execution_error";
738 public const string net_log_proxy_system_setting_update = "net_log_proxy_system_setting_update";
739 public const string net_log_proxy_update_due_to_ip_config_change = "net_log_proxy_update_due_to_ip_config_change";
740 public const string net_log_proxy_winhttp_cant_open_session = "net_log_proxy_winhttp_cant_open_session";
741 public const string net_log_proxy_winhttp_getproxy_failed = "net_log_proxy_winhttp_getproxy_failed";
742 public const string net_log_proxy_winhttp_timeout_error = "net_log_proxy_winhttp_timeout_error";
743 public const string net_log_received_headers = "net_log_received_headers";
744 public const string net_log_received_response = "net_log_received_response";
745 public const string net_log_received_status_line = "net_log_received_status_line";
746 public const string net_log_releasing_connection = "net_log_releasing_connection";
747 public const string net_log_remote_cert_has_errors = "net_log_remote_cert_has_errors";
748 public const string net_log_remote_cert_has_no_errors = "net_log_remote_cert_has_no_errors";
749 public const string net_log_remote_cert_name_mismatch = "net_log_remote_cert_name_mismatch";
750 public const string net_log_remote_cert_not_available = "net_log_remote_cert_not_available";
751 public const string net_log_remote_cert_user_declared_invalid = "net_log_remote_cert_user_declared_invalid";
752 public const string net_log_remote_cert_user_declared_valid = "net_log_remote_cert_user_declared_valid";
753 public const string net_log_remote_certificate = "net_log_remote_certificate";
754 public const string net_log_resolved_servicepoint_may_not_be_remote_server = "net_log_resolved_servicepoint_may_not_be_remote_server";
755 public const string net_log_resubmitting_request = "net_log_resubmitting_request";
756 public const string net_log_retrieving_localhost_exception = "net_log_retrieving_localhost_exception";
757 public const string net_log_selected_cert = "net_log_selected_cert";
758 public const string net_log_sending_command = "net_log_sending_command";
759 public const string net_log_sending_headers = "net_log_sending_headers";
760 public const string net_log_server_issuers_look_for_matching_certs = "net_log_server_issuers_look_for_matching_certs";
761 public const string net_log_server_response_error_code = "net_log_server_response_error_code";
762 public const string net_log_shell_expression_pattern_format_warning = "net_log_shell_expression_pattern_format_warning";
763 public const string net_log_socket_accepted = "net_log_socket_accepted";
764 public const string net_log_socket_connect_dnsendpoint = "net_log_socket_connect_dnsendpoint";
765 public const string net_log_socket_connected = "net_log_socket_connected";
766 public const string net_log_socket_not_logged_file = "net_log_socket_not_logged_file";
767 public const string net_log_sspi_enumerating_security_packages = "net_log_sspi_enumerating_security_packages";
768 public const string net_log_sspi_security_context_input_buffer = "net_log_sspi_security_context_input_buffer";
769 public const string net_log_sspi_security_context_input_buffers = "net_log_sspi_security_context_input_buffers";
770 public const string net_log_sspi_security_package_not_found = "net_log_sspi_security_package_not_found";
771 public const string net_log_sspi_selected_cipher_suite = "net_log_sspi_selected_cipher_suite";
772 public const string net_log_unexpected_exception = "net_log_unexpected_exception";
773 public const string net_log_unknown = "net_log_unknown";
774 public const string net_log_using_cached_credential = "net_log_using_cached_credential";
775 public const string net_max_ip_address_list_length_exceeded = "net_max_ip_address_list_length_exceeded";
776 public const string net_maxsrvpoints = "net_maxsrvpoints";
777 public const string net_multibuffernotsupported = "net_multibuffernotsupported";
778 public const string net_must_provide_request_body = "net_must_provide_request_body";
779 public const string net_mustbeuri = "net_mustbeuri";
780 public const string net_mutualauthfailed = "net_mutualauthfailed";
781 public const string net_need_writebuffering = "net_need_writebuffering";
782 public const string net_needchunked = "net_needchunked";
783 public const string net_needmorethreads = "net_needmorethreads";
784 public const string net_no100 = "net_no100";
785 public const string net_no_classname = "net_no_classname";
786 public const string net_no_concurrent_io_allowed = "net_no_concurrent_io_allowed";
787 public const string net_no_typename = "net_no_typename";
788 public const string net_nochunked = "net_nochunked";
789 public const string net_nochunkuploadonhttp10 = "net_nochunkuploadonhttp10";
790 public const string net_nocontentlengthonget = "net_nocontentlengthonget";
791 public const string net_nodefaultcreds = "net_nodefaultcreds";
792 public const string net_nonClsCompliantException = "net_nonClsCompliantException";
793 public const string net_noseek = "net_noseek";
794 public const string net_not_ipermission = "net_not_ipermission";
795 public const string net_notconnected = "net_notconnected";
796 public const string net_notstream = "net_notstream";
797 public const string net_nottoken = "net_nottoken";
798 public const string net_nouploadonget = "net_nouploadonget";
799 public const string net_offset_plus_count = "net_offset_plus_count";
800 public const string net_osinstalltype = "net_osinstalltype";
801 public const string net_param_not_string = "net_param_not_string";
802 public const string net_perfcounter_cant_queue_workitem = "net_perfcounter_cant_queue_workitem";
803 public const string net_perfcounter_initialization_started = "net_perfcounter_initialization_started";
804 public const string net_perfcounter_initialized_error = "net_perfcounter_initialized_error";
805 public const string net_perfcounter_initialized_success = "net_perfcounter_initialized_success";
806 public const string net_perfcounter_nocategory = "net_perfcounter_nocategory";
807 public const string net_perm_attrib_count = "net_perm_attrib_count";
808 public const string net_perm_attrib_multi = "net_perm_attrib_multi";
809 public const string net_perm_both_regex = "net_perm_both_regex";
810 public const string net_perm_epname = "net_perm_epname";
811 public const string net_perm_invalid_val = "net_perm_invalid_val";
812 public const string net_perm_invalid_val_in_element = "net_perm_invalid_val_in_element";
813 public const string net_perm_target = "net_perm_target";
814 public const string net_ping = "net_ping";
815 public const string net_protocol_invalid_family = "net_protocol_invalid_family";
816 public const string net_protocol_invalid_multicast_family = "net_protocol_invalid_multicast_family";
817 public const string net_proxy_invalid_dayofweek = "net_proxy_invalid_dayofweek";
818 public const string net_proxy_invalid_url_format = "net_proxy_invalid_url_format";
819 public const string net_proxy_not_gmt = "net_proxy_not_gmt";
820 public const string net_proxyschemenotsupported = "net_proxyschemenotsupported";
821 public const string net_rangetoosmall = "net_rangetoosmall";
822 public const string net_rangetype = "net_rangetype";
823 public const string net_readonlystream = "net_readonlystream";
824 public const string net_redirect_perm = "net_redirect_perm";
825 public const string net_repcall = "net_repcall";
826 public const string net_reqsubmitted = "net_reqsubmitted";
827 public const string net_resubmitcanceled = "net_resubmitcanceled";
828 public const string net_resubmitprotofailed = "net_resubmitprotofailed";
829 public const string net_rspsubmitted = "net_rspsubmitted";
830 public const string net_securitypackagesupport = "net_securitypackagesupport";
831 public const string net_securityprotocolnotsupported = "net_securityprotocolnotsupported";
832 public const string net_servererror = "net_servererror";
833 public const string net_servicePointAddressNotSupportedInHostMode = "net_servicePointAddressNotSupportedInHostMode";
834 public const string net_socketopinprogress = "net_socketopinprogress";
835 public const string net_sockets_blocking = "net_sockets_blocking";
836 public const string net_sockets_disconnectedAccept = "net_sockets_disconnectedAccept";
837 public const string net_sockets_disconnectedConnect = "net_sockets_disconnectedConnect";
838 public const string net_sockets_empty_select = "net_sockets_empty_select";
839 public const string net_sockets_invalid_dnsendpoint = "net_sockets_invalid_dnsendpoint";
840 public const string net_sockets_invalid_ipaddress_length = "net_sockets_invalid_ipaddress_length";
841 public const string net_sockets_invalid_optionValue = "net_sockets_invalid_optionValue";
842 public const string net_sockets_invalid_optionValue_all = "net_sockets_invalid_optionValue_all";
843 public const string net_sockets_invalid_socketinformation = "net_sockets_invalid_socketinformation";
844 public const string net_sockets_mustbind = "net_sockets_mustbind";
845 public const string net_sockets_mustlisten = "net_sockets_mustlisten";
846 public const string net_sockets_mustnotbebound = "net_sockets_mustnotbebound";
847 public const string net_sockets_mustnotlisten = "net_sockets_mustnotlisten";
848 public const string net_sockets_namedmustnotbebound = "net_sockets_namedmustnotbebound";
849 public const string net_sockets_no_duplicate_async = "net_sockets_no_duplicate_async";
850 public const string net_sockets_select = "net_sockets_select";
851 public const string net_sockets_toolarge_select = "net_sockets_toolarge_select";
852 public const string net_sockets_useblocking = "net_sockets_useblocking";
853 public const string net_sockets_zerolist = "net_sockets_zerolist";
854 public const string net_ssl_io_cert_validation = "net_ssl_io_cert_validation";
855 public const string net_ssl_io_frame = "net_ssl_io_frame";
856 public const string net_ssl_io_no_server_cert = "net_ssl_io_no_server_cert";
857 public const string net_ssp_dont_support_cbt = "net_ssp_dont_support_cbt";
858 public const string net_stopped = "net_stopped";
859 public const string net_tcplistener_mustbestopped = "net_tcplistener_mustbestopped";
860 public const string net_timeout = "net_timeout";
861 public const string net_tooManyRedirections = "net_tooManyRedirections";
862 public const string net_toolong = "net_toolong";
863 public const string net_toosmall = "net_toosmall";
864 public const string net_udpconnected = "net_udpconnected";
865 public const string net_unknown_osinstalltype = "net_unknown_osinstalltype";
866 public const string net_unknown_prefix = "net_unknown_prefix";
867 public const string net_uri_NotAbsolute = "net_uri_NotAbsolute";
868 public const string net_value_cannot_be_negative = "net_value_cannot_be_negative";
869 public const string net_webclient = "net_webclient";
870 public const string net_webclient_ContentType = "net_webclient_ContentType";
871 public const string net_webclient_Multipart = "net_webclient_Multipart";
872 public const string net_webclient_invalid_baseaddress = "net_webclient_invalid_baseaddress";
873 public const string net_webclient_no_concurrent_io_allowed = "net_webclient_no_concurrent_io_allowed";
874 public const string net_webstatus_ConnectFailure = "net_webstatus_ConnectFailure";
875 public const string net_webstatus_MessageLengthLimitExceeded = "net_webstatus_MessageLengthLimitExceeded";
876 public const string net_webstatus_RequestCanceled = "net_webstatus_RequestCanceled";
877 public const string net_webstatus_ServerProtocolViolation = "net_webstatus_ServerProtocolViolation";
878 public const string net_writeonlystream = "net_writeonlystream";
879 public const string net_writestarted = "net_writestarted";
880 public const string net_wrongversion = "net_wrongversion";
881 public const string security_ExtendedProtection_NoOSSupport = "security_ExtendedProtection_NoOSSupport";
883 public const string Argument_FrameworkNameInvalid = "Argument_FrameworkNameInvalid";
884 public const string Argument_FrameworkNameInvalidVersion = "Argument_FrameworkNameInvalidVersion";
885 public const string Argument_FrameworkNameMissingVersion = "Argument_FrameworkNameMissingVersion";
886 public const string Argument_FrameworkNameTooShort = "Argument_FrameworkNameTooShort";
889 public const string DebugAssertBanner = @"---- DEBUG ASSERTION FAILED ----";
890 public const string ExceptionOccurred = @"An exception occurred writing trace output to log file '{0}'. {1}";
891 public const string TraceSwitchLevelTooHigh = @"Attempted to set {0} to a value that is too high. Setting level to TraceLevel.Verbose";
892 public const string TraceSwitchLevelTooLow = @"Attempted to set {0} to a value that is too low. Setting level to TraceLevel.Off";
893 public const string TraceSwitchInvalidLevel = @"The Level must be set to a value in the enumeration TraceLevel.";
894 public const string TraceListenerIndentSize = @"The IndentSize property must be non-negative.";
895 public const string TraceListenerFail = @"Fail:";
896 public const string TraceAsTraceSource = @"Trace";
897 public const string MustAddListener = @"Only TraceListeners can be added to a TraceListenerCollection.";
898 public const string DebugAssertShortMessage = @"---- Assert Short Message ----";
899 public const string DebugAssertLongMessage = @"---- Assert Long Message ----";
901 public const string BadConfigSwitchValue = @"The config value for Switch '{0}' was invalid.";
902 public const string AttributeNotSupported = @"'{0}' is not a valid configuration attribute for type '{1}'.";
904 public const string Could_not_create_listener = @"Couldn't create listener '{0}'.";
905 public const string TL_InitializeData_NotSpecified = @"initializeData needs to be valid for this TraceListener.";
906 public const string Could_not_create_type_instance = @"Could not create {0}.";
907 public const string Could_not_find_type = @"Couldn't find type for class {0}.";
908 public const string Could_not_get_constructor = @"Couldn't find constructor for class {0}.";
909 public const string EmptyTypeName_NotAllowed = @"switchType needs to be a valid class name. It can't be empty.";
910 public const string Incorrect_base_type = @"The specified type, '{0}' is not derived from the appropriate base type, '{1}'.";
911 public const string Only_specify_one = @"'switchValue' and 'switchName' cannot both be specified on source '{0}'.";
912 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}'.";
913 public const string Reference_to_nonexistent_listener = @"Listener '{0}' does not exist in the sharedListeners section.";
915 public const string Argument_NullComment = @"The 'Comment' property of the CodeCommentStatement '{0}' cannot be null.";
916 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.";
917 public const string CodeGenReentrance = @"This code generation API cannot be called while the generator is being used to generate something else.";
918 public const string InvalidElementType = @"Element type {0} is not supported.";
919 public const string InvalidIdentifier = @"Identifier '{0}' is not valid.";
920 public const string InvalidPrimitiveType = @"Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression.";
921 public const string ArityDoesntMatch = @"The total arity specified in '{0}' does not match the number of TypeArguments supplied. There were '{1}' TypeArguments supplied.
923 public const string InvalidPathCharsInChecksum = @"The CodeChecksumPragma file name '{0}' contains invalid path characters.";
924 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.";
925 public const string InvalidTypeName = @"The type name:""{0}"" on the property:""{1}"" of type:""{2}"" is not a valid language-independent type name.";
926 public const string InvalidRegion = "The region directive '{0}' contains invalid characters. RegionText cannot contain any new line characters.";