mscorlib(4.0.0.0) API with additions
SR.cs
2 using System.Resources;
3 using System.Threading;
4 
5 namespace System
6 {
7  internal sealed class SR
8  {
9  internal const string ArgumentOutOfRange_NeedNonNegNum = "ArgumentOutOfRange_NeedNonNegNum";
10 
11  internal const string Argument_WrongAsyncResult = "Argument_WrongAsyncResult";
12 
13  internal const string Argument_InvalidOffLen = "Argument_InvalidOffLen";
14 
15  internal const string Argument_NeedNonemptyPipeName = "Argument_NeedNonemptyPipeName";
16 
17  internal const string Argument_EmptyServerName = "Argument_EmptyServerName";
18 
19  internal const string Argument_NonContainerInvalidAnyFlag = "Argument_NonContainerInvalidAnyFlag";
20 
21  internal const string Argument_InvalidHandle = "Argument_InvalidHandle";
22 
23  internal const string ArgumentNull_Buffer = "ArgumentNull_Buffer";
24 
25  internal const string ArgumentNull_ServerName = "ArgumentNull_ServerName";
26 
27  internal const string ArgumentOutOfRange_AdditionalAccessLimited = "ArgumentOutOfRange_AdditionalAccessLimited";
28 
29  internal const string ArgumentOutOfRange_AnonymousReserved = "ArgumentOutOfRange_AnonymousReserved";
30 
31  internal const string ArgumentOutOfRange_TransmissionModeByteOrMsg = "ArgumentOutOfRange_TransmissionModeByteOrMsg";
32 
33  internal const string ArgumentOutOfRange_DirectionModeInOrOut = "ArgumentOutOfRange_DirectionModeInOrOut";
34 
35  internal const string ArgumentOutOfRange_DirectionModeInOutOrInOut = "ArgumentOutOfRange_DirectionModeInOutOrInOut";
36 
37  internal const string ArgumentOutOfRange_ImpersonationInvalid = "ArgumentOutOfRange_ImpersonationInvalid";
38 
39  internal const string ArgumentOutOfRange_ImpersonationOptionsInvalid = "ArgumentOutOfRange_ImpersonationOptionsInvalid";
40 
41  internal const string ArgumentOutOfRange_OptionsInvalid = "ArgumentOutOfRange_OptionsInvalid";
42 
43  internal const string ArgumentOutOfRange_HandleInheritabilityNoneOrInheritable = "ArgumentOutOfRange_HandleInheritabilityNoneOrInheritable";
44 
45  internal const string ArgumentOutOfRange_InvalidPipeAccessRights = "ArgumentOutOfRange_InvalidPipeAccessRights";
46 
47  internal const string ArgumentOutOfRange_InvalidTimeout = "ArgumentOutOfRange_InvalidTimeout";
48 
49  internal const string ArgumentOutOfRange_MaxNumServerInstances = "ArgumentOutOfRange_MaxNumServerInstances";
50 
51  internal const string ArgumentOutOfRange_NeedValidPipeAccessRights = "ArgumentOutOfRange_NeedValidPipeAccessRights";
52 
53  internal const string IndexOutOfRange_IORaceCondition = "IndexOutOfRange_IORaceCondition";
54 
55  internal const string InvalidOperation_EndReadCalledMultiple = "InvalidOperation_EndReadCalledMultiple";
56 
57  internal const string InvalidOperation_EndWriteCalledMultiple = "InvalidOperation_EndWriteCalledMultiple";
58 
59  internal const string InvalidOperation_EndWaitForConnectionCalledMultiple = "InvalidOperation_EndWaitForConnectionCalledMultiple";
60 
61  internal const string InvalidOperation_PipeNotYetConnected = "InvalidOperation_PipeNotYetConnected";
62 
63  internal const string InvalidOperation_PipeDisconnected = "InvalidOperation_PipeDisconnected";
64 
65  internal const string InvalidOperation_PipeHandleNotSet = "InvalidOperation_PipeHandleNotSet";
66 
67  internal const string InvalidOperation_PipeNotAsync = "InvalidOperation_PipeNotAsync";
68 
69  internal const string InvalidOperation_PipeReadModeNotMessage = "InvalidOperation_PipeReadModeNotMessage";
70 
71  internal const string InvalidOperation_PipeMessageTypeNotSupported = "InvalidOperation_PipeMessageTypeNotSupported";
72 
73  internal const string InvalidOperation_PipeAlreadyConnected = "InvalidOperation_PipeAlreadyConnected";
74 
75  internal const string InvalidOperation_PipeAlreadyDisconnected = "InvalidOperation_PipeAlreadyDisconnected";
76 
77  internal const string InvalidOperation_PipeClosed = "InvalidOperation_PipeClosed";
78 
79  internal const string IO_FileTooLongOrHandleNotSync = "IO_FileTooLongOrHandleNotSync";
80 
81  internal const string IO_EOF_ReadBeyondEOF = "IO_EOF_ReadBeyondEOF";
82 
83  internal const string IO_FileNotFound = "IO_FileNotFound";
84 
85  internal const string IO_FileNotFound_FileName = "IO_FileNotFound_FileName";
86 
87  internal const string IO_IO_AlreadyExists_Name = "IO_IO_AlreadyExists_Name";
88 
89  internal const string IO_IO_BindHandleFailed = "IO_IO_BindHandleFailed";
90 
91  internal const string IO_IO_FileExists_Name = "IO_IO_FileExists_Name";
92 
93  internal const string IO_IO_NoPermissionToDirectoryName = "IO_IO_NoPermissionToDirectoryName";
94 
95  internal const string IO_IO_SharingViolation_File = "IO_IO_SharingViolation_File";
96 
97  internal const string IO_IO_SharingViolation_NoFileName = "IO_IO_SharingViolation_NoFileName";
98 
99  internal const string IO_IO_PipeBroken = "IO_IO_PipeBroken";
100 
101  internal const string IO_IO_InvalidPipeHandle = "IO_IO_InvalidPipeHandle";
102 
103  internal const string IO_OperationAborted = "IO_OperationAborted";
104 
105  internal const string IO_DriveNotFound_Drive = "IO_DriveNotFound_Drive";
106 
107  internal const string IO_PathNotFound_Path = "IO_PathNotFound_Path";
108 
109  internal const string IO_PathNotFound_NoPathName = "IO_PathNotFound_NoPathName";
110 
111  internal const string IO_PathTooLong = "IO_PathTooLong";
112 
113  internal const string NotSupported_IONonFileDevices = "NotSupported_IONonFileDevices";
114 
115  internal const string NotSupported_MemStreamNotExpandable = "NotSupported_MemStreamNotExpandable";
116 
117  internal const string NotSupported_UnreadableStream = "NotSupported_UnreadableStream";
118 
119  internal const string NotSupported_UnseekableStream = "NotSupported_UnseekableStream";
120 
121  internal const string NotSupported_UnwritableStream = "NotSupported_UnwritableStream";
122 
123  internal const string NotSupported_AnonymousPipeUnidirectional = "NotSupported_AnonymousPipeUnidirectional";
124 
125  internal const string NotSupported_AnonymousPipeMessagesNotSupported = "NotSupported_AnonymousPipeMessagesNotSupported";
126 
127  internal const string ObjectDisposed_FileClosed = "ObjectDisposed_FileClosed";
128 
129  internal const string ObjectDisposed_PipeClosed = "ObjectDisposed_PipeClosed";
130 
131  internal const string ObjectDisposed_ReaderClosed = "ObjectDisposed_ReaderClosed";
132 
133  internal const string ObjectDisposed_StreamClosed = "ObjectDisposed_StreamClosed";
134 
135  internal const string ObjectDisposed_WriterClosed = "ObjectDisposed_WriterClosed";
136 
137  internal const string PlatformNotSupported_NamedPipeServers = "PlatformNotSupported_NamedPipeServers";
138 
139  internal const string UnauthorizedAccess_IODenied_Path = "UnauthorizedAccess_IODenied_Path";
140 
141  internal const string UnauthorizedAccess_IODenied_NoPathName = "UnauthorizedAccess_IODenied_NoPathName";
142 
143  internal const string TraceAsTraceSource = "TraceAsTraceSource";
144 
145  internal const string ArgumentOutOfRange_NeedValidLogRetention = "ArgumentOutOfRange_NeedValidLogRetention";
146 
147  internal const string ArgumentOutOfRange_NeedMaxFileSizeGEBufferSize = "ArgumentOutOfRange_NeedMaxFileSizeGEBufferSize";
148 
149  internal const string ArgumentOutOfRange_NeedValidMaxNumFiles = "ArgumentOutOfRange_NeedValidMaxNumFiles";
150 
151  internal const string ArgumentOutOfRange_NeedValidId = "ArgumentOutOfRange_NeedValidId";
152 
153  internal const string ArgumentOutOfRange_MaxArgExceeded = "ArgumentOutOfRange_MaxArgExceeded";
154 
155  internal const string ArgumentOutOfRange_MaxStringsExceeded = "ArgumentOutOfRange_MaxStringsExceeded";
156 
157  internal const string NotSupported_DownLevelVista = "NotSupported_DownLevelVista";
158 
159  internal const string Argument_NeedNonemptyDelimiter = "Argument_NeedNonemptyDelimiter";
160 
161  internal const string NotSupported_SetTextWriter = "NotSupported_SetTextWriter";
162 
163  internal const string Perflib_PlatformNotSupported = "Perflib_PlatformNotSupported";
164 
165  internal const string Perflib_Argument_CounterSetAlreadyRegister = "Perflib_Argument_CounterSetAlreadyRegister";
166 
167  internal const string Perflib_Argument_InvalidCounterType = "Perflib_Argument_InvalidCounterType";
168 
169  internal const string Perflib_Argument_InvalidCounterSetInstanceType = "Perflib_Argument_InvalidCounterSetInstanceType";
170 
171  internal const string Perflib_Argument_InstanceAlreadyExists = "Perflib_Argument_InstanceAlreadyExists";
172 
173  internal const string Perflib_Argument_CounterAlreadyExists = "Perflib_Argument_CounterAlreadyExists";
174 
175  internal const string Perflib_Argument_CounterNameAlreadyExists = "Perflib_Argument_CounterNameAlreadyExists";
176 
177  internal const string Perflib_Argument_ProviderNotFound = "Perflib_Argument_ProviderNotFound";
178 
179  internal const string Perflib_Argument_InvalidInstance = "Perflib_Argument_InvalidInstance";
180 
181  internal const string Perflib_Argument_EmptyInstanceName = "Perflib_Argument_EmptyInstanceName";
182 
183  internal const string Perflib_Argument_EmptyCounterName = "Perflib_Argument_EmptyCounterName";
184 
185  internal const string Perflib_InsufficientMemory_InstanceCounterBlock = "Perflib_InsufficientMemory_InstanceCounterBlock";
186 
187  internal const string Perflib_InsufficientMemory_CounterSetTemplate = "Perflib_InsufficientMemory_CounterSetTemplate";
188 
189  internal const string Perflib_InvalidOperation_CounterRefValue = "Perflib_InvalidOperation_CounterRefValue";
190 
191  internal const string Perflib_InvalidOperation_CounterSetNotInstalled = "Perflib_InvalidOperation_CounterSetNotInstalled";
192 
193  internal const string Perflib_InvalidOperation_InstanceNotFound = "Perflib_InvalidOperation_InstanceNotFound";
194 
195  internal const string Perflib_InvalidOperation_AddCounterAfterInstance = "Perflib_InvalidOperation_AddCounterAfterInstance";
196 
197  internal const string Perflib_InvalidOperation_NoActiveProvider = "Perflib_InvalidOperation_NoActiveProvider";
198 
199  internal const string Perflib_InvalidOperation_CounterSetContainsNoCounter = "Perflib_InvalidOperation_CounterSetContainsNoCounter";
200 
201  internal const string Arg_ArrayPlusOffTooSmall = "Arg_ArrayPlusOffTooSmall";
202 
203  internal const string Arg_HSCapacityOverflow = "Arg_HSCapacityOverflow";
204 
205  internal const string InvalidOperation_EnumFailedVersion = "InvalidOperation_EnumFailedVersion";
206 
207  internal const string InvalidOperation_EnumOpCantHappen = "InvalidOperation_EnumOpCantHappen";
208 
209  internal const string Serialization_MissingKeys = "Serialization_MissingKeys";
210 
211  internal const string LockRecursionException_RecursiveReadNotAllowed = "LockRecursionException_RecursiveReadNotAllowed";
212 
213  internal const string LockRecursionException_RecursiveWriteNotAllowed = "LockRecursionException_RecursiveWriteNotAllowed";
214 
215  internal const string LockRecursionException_RecursiveUpgradeNotAllowed = "LockRecursionException_RecursiveUpgradeNotAllowed";
216 
217  internal const string LockRecursionException_ReadAfterWriteNotAllowed = "LockRecursionException_ReadAfterWriteNotAllowed";
218 
219  internal const string LockRecursionException_WriteAfterReadNotAllowed = "LockRecursionException_WriteAfterReadNotAllowed";
220 
221  internal const string LockRecursionException_UpgradeAfterReadNotAllowed = "LockRecursionException_UpgradeAfterReadNotAllowed";
222 
223  internal const string LockRecursionException_UpgradeAfterWriteNotAllowed = "LockRecursionException_UpgradeAfterWriteNotAllowed";
224 
225  internal const string SynchronizationLockException_MisMatchedRead = "SynchronizationLockException_MisMatchedRead";
226 
227  internal const string SynchronizationLockException_MisMatchedWrite = "SynchronizationLockException_MisMatchedWrite";
228 
229  internal const string SynchronizationLockException_MisMatchedUpgrade = "SynchronizationLockException_MisMatchedUpgrade";
230 
231  internal const string SynchronizationLockException_IncorrectDispose = "SynchronizationLockException_IncorrectDispose";
232 
233  internal const string Cryptography_ArgECDHKeySizeMismatch = "Cryptography_ArgECDHKeySizeMismatch";
234 
235  internal const string Cryptography_ArgECDHRequiresECDHKey = "Cryptography_ArgECDHRequiresECDHKey";
236 
237  internal const string Cryptography_ArgECDsaRequiresECDsaKey = "Cryptography_ArgECDsaRequiresECDsaKey";
238 
239  internal const string Cryptography_ArgExpectedECDiffieHellmanCngPublicKey = "Cryptography_ArgExpectedECDiffieHellmanCngPublicKey";
240 
241  internal const string Cryptography_ArgMustBeCngAlgorithm = "Cryptography_ArgMustBeCngAlgorithm";
242 
243  internal const string Cryptography_ArgMustBeCngAlgorithmGroup = "Cryptography_ArgMustBeCngAlgorithmGroup";
244 
245  internal const string Cryptography_ArgMustBeCngKeyBlobFormat = "Cryptography_ArgMustBeCngKeyBlobFormat";
246 
247  internal const string Cryptography_ArgMustBeCngProvider = "Cryptography_ArgMustBeCngProvider";
248 
249  internal const string Cryptography_DecryptWithNoKey = "Cryptography_DecryptWithNoKey";
250 
251  internal const string Cryptography_ECXmlSerializationFormatRequired = "Cryptography_ECXmlSerializationFormatRequired";
252 
253  internal const string Cryptography_InvalidAlgorithmGroup = "Cryptography_InvalidAlgorithmGroup";
254 
255  internal const string Cryptography_InvalidAlgorithmName = "Cryptography_InvalidAlgorithmName";
256 
257  internal const string Cryptography_InvalidCipherMode = "Cryptography_InvalidCipherMode";
258 
259  internal const string Cryptography_InvalidIVSize = "Cryptography_InvalidIVSize";
260 
261  internal const string Cryptography_InvalidKeyBlobFormat = "Cryptography_InvalidKeyBlobFormat";
262 
263  internal const string Cryptography_InvalidKeySize = "Cryptography_InvalidKeySize";
264 
265  internal const string Cryptography_InvalidPadding = "Cryptography_InvalidPadding";
266 
267  internal const string Cryptography_InvalidProviderName = "Cryptography_InvalidProviderName";
268 
269  internal const string Cryptography_MissingDomainParameters = "Cryptography_MissingDomainParameters";
270 
271  internal const string Cryptography_MissingPublicKey = "Cryptography_MissingPublicKey";
272 
273  internal const string Cryptography_MissingIV = "Cryptography_MissingIV";
274 
275  internal const string Cryptography_MustTransformWholeBlock = "Cryptography_MustTransformWholeBlock";
276 
277  internal const string Cryptography_NonCompliantFIPSAlgorithm = "Cryptography_NonCompliantFIPSAlgorithm";
278 
279  internal const string Cryptography_OpenInvalidHandle = "Cryptography_OpenInvalidHandle";
280 
281  internal const string Cryptography_OpenEphemeralKeyHandleWithoutEphemeralFlag = "Cryptography_OpenEphemeralKeyHandleWithoutEphemeralFlag";
282 
283  internal const string Cryptography_PartialBlock = "Cryptography_PartialBlock";
284 
285  internal const string Cryptography_PlatformNotSupported = "Cryptography_PlatformNotSupported";
286 
287  internal const string Cryptography_TlsRequiresLabelAndSeed = "Cryptography_TlsRequiresLabelAndSeed";
288 
289  internal const string Cryptography_TransformBeyondEndOfBuffer = "Cryptography_TransformBeyondEndOfBuffer";
290 
291  internal const string Cryptography_UnknownEllipticCurve = "Cryptography_UnknownEllipticCurve";
292 
293  internal const string Cryptography_UnknownEllipticCurveAlgorithm = "Cryptography_UnknownEllipticCurveAlgorithm";
294 
295  internal const string Cryptography_UnknownPaddingMode = "Cryptography_UnknownPaddingMode";
296 
297  internal const string Cryptography_UnexpectedXmlNamespace = "Cryptography_UnexpectedXmlNamespace";
298 
299  internal const string ArgumentException_RangeMinRangeMaxRangeType = "ArgumentException_RangeMinRangeMaxRangeType";
300 
301  internal const string ArgumentException_RangeNotIComparable = "ArgumentException_RangeNotIComparable";
302 
303  internal const string ArgumentException_RangeMaxRangeSmallerThanMinRange = "ArgumentException_RangeMaxRangeSmallerThanMinRange";
304 
305  internal const string ArgumentException_CountMaxLengthSmallerThanMinLength = "ArgumentException_CountMaxLengthSmallerThanMinLength";
306 
307  internal const string ArgumentException_LengthMaxLengthSmallerThanMinLength = "ArgumentException_LengthMaxLengthSmallerThanMinLength";
308 
309  internal const string ArgumentException_UnregisteredParameterName = "ArgumentException_UnregisteredParameterName";
310 
311  internal const string ArgumentException_InvalidParameterName = "ArgumentException_InvalidParameterName";
312 
313  internal const string ArgumentException_DuplicateName = "ArgumentException_DuplicateName";
314 
315  internal const string ArgumentException_DuplicatePosition = "ArgumentException_DuplicatePosition";
316 
317  internal const string ArgumentException_NoParametersFound = "ArgumentException_NoParametersFound";
318 
319  internal const string ArgumentException_HelpMessageBaseNameNullOrEmpty = "ArgumentException_HelpMessageBaseNameNullOrEmpty";
320 
321  internal const string ArgumentException_HelpMessageResourceIdNullOrEmpty = "ArgumentException_HelpMessageResourceIdNullOrEmpty";
322 
323  internal const string ArgumentException_HelpMessageNullOrEmpty = "ArgumentException_HelpMessageNullOrEmpty";
324 
325  internal const string ArgumentException_RegexPatternNullOrEmpty = "ArgumentException_RegexPatternNullOrEmpty";
326 
327  internal const string ArgumentException_RequiredPositionalAfterOptionalPositional = "ArgumentException_RequiredPositionalAfterOptionalPositional";
328 
329  internal const string ArgumentException_DuplicateParameterAttribute = "ArgumentException_DuplicateParameterAttribute";
330 
331  internal const string ArgumentException_MissingBaseNameOrResourceId = "ArgumentException_MissingBaseNameOrResourceId";
332 
333  internal const string ArgumentException_DuplicateRemainingArgumets = "ArgumentException_DuplicateRemainingArgumets";
334 
335  internal const string ArgumentException_TypeMismatchForRemainingArguments = "ArgumentException_TypeMismatchForRemainingArguments";
336 
337  internal const string ArgumentException_ValidationParameterTypeMismatch = "ArgumentException_ValidationParameterTypeMismatch";
338 
339  internal const string ArgumentException_ParserBuiltWithValueType = "ArgumentException_ParserBuiltWithValueType";
340 
341  internal const string InvalidOperationException_GetParameterTypeMismatch = "InvalidOperationException_GetParameterTypeMismatch";
342 
343  internal const string InvalidOperationException_GetParameterValueBeforeParse = "InvalidOperationException_GetParameterValueBeforeParse";
344 
345  internal const string InvalidOperationException_SetRemainingArgumentsParameterAfterParse = "InvalidOperationException_SetRemainingArgumentsParameterAfterParse";
346 
347  internal const string InvalidOperationException_AddParameterAfterParse = "InvalidOperationException_AddParameterAfterParse";
348 
349  internal const string InvalidOperationException_BindAfterBind = "InvalidOperationException_BindAfterBind";
350 
351  internal const string InvalidOperationException_GetRemainingArgumentsNotAllowed = "InvalidOperationException_GetRemainingArgumentsNotAllowed";
352 
353  internal const string InvalidOperationException_ParameterSetBeforeParse = "InvalidOperationException_ParameterSetBeforeParse";
354 
355  internal const string CommandLineParser_Aliases = "CommandLineParser_Aliases";
356 
357  internal const string CommandLineParser_ErrorMessagePrefix = "CommandLineParser_ErrorMessagePrefix";
358 
359  internal const string CommandLineParser_HelpMessagePrefix = "CommandLineParser_HelpMessagePrefix";
360 
361  internal const string ParameterBindingException_AmbiguousParameterName = "ParameterBindingException_AmbiguousParameterName";
362 
363  internal const string ParameterBindingException_ParameterValueAlreadySpecified = "ParameterBindingException_ParameterValueAlreadySpecified";
364 
365  internal const string ParameterBindingException_UnknownParameteName = "ParameterBindingException_UnknownParameteName";
366 
367  internal const string ParameterBindingException_RequiredParameterMissingCommandLineValue = "ParameterBindingException_RequiredParameterMissingCommandLineValue";
368 
369  internal const string ParameterBindingException_UnboundCommandLineArguments = "ParameterBindingException_UnboundCommandLineArguments";
370 
371  internal const string ParameterBindingException_UnboundMandatoryParameter = "ParameterBindingException_UnboundMandatoryParameter";
372 
373  internal const string ParameterBindingException_ResponseFileException = "ParameterBindingException_ResponseFileException";
374 
375  internal const string ParameterBindingException_ValididationError = "ParameterBindingException_ValididationError";
376 
377  internal const string ParameterBindingException_TransformationError = "ParameterBindingException_TransformationError";
378 
379  internal const string ParameterBindingException_AmbiguousParameterSet = "ParameterBindingException_AmbiguousParameterSet";
380 
381  internal const string ParameterBindingException_UnknownParameterSet = "ParameterBindingException_UnknownParameterSet";
382 
383  internal const string ParameterBindingException_NestedResponseFiles = "ParameterBindingException_NestedResponseFiles";
384 
385  internal const string ValidateMetadataException_RangeGreaterThanMaxRangeFailure = "ValidateMetadataException_RangeGreaterThanMaxRangeFailure";
386 
387  internal const string ValidateMetadataException_RangeSmallerThanMinRangeFailure = "ValidateMetadataException_RangeSmallerThanMinRangeFailure";
388 
389  internal const string ValidateMetadataException_PatternFailure = "ValidateMetadataException_PatternFailure";
390 
391  internal const string ValidateMetadataException_CountMinLengthFailure = "ValidateMetadataException_CountMinLengthFailure";
392 
393  internal const string ValidateMetadataException_CountMaxLengthFailure = "ValidateMetadataException_CountMaxLengthFailure";
394 
395  internal const string ValidateMetadataException_LengthMinLengthFailure = "ValidateMetadataException_LengthMinLengthFailure";
396 
397  internal const string ValidateMetadataException_LengthMaxLengthFailure = "ValidateMetadataException_LengthMaxLengthFailure";
398 
399  internal const string Argument_MapNameEmptyString = "Argument_MapNameEmptyString";
400 
401  internal const string Argument_EmptyFile = "Argument_EmptyFile";
402 
403  internal const string Argument_NewMMFWriteAccessNotAllowed = "Argument_NewMMFWriteAccessNotAllowed";
404 
405  internal const string Argument_ReadAccessWithLargeCapacity = "Argument_ReadAccessWithLargeCapacity";
406 
407  internal const string Argument_NewMMFAppendModeNotAllowed = "Argument_NewMMFAppendModeNotAllowed";
408 
409  internal const string ArgumentNull_MapName = "ArgumentNull_MapName";
410 
411  internal const string ArgumentNull_FileStream = "ArgumentNull_FileStream";
412 
413  internal const string ArgumentOutOfRange_CapacityLargerThanLogicalAddressSpaceNotAllowed = "ArgumentOutOfRange_CapacityLargerThanLogicalAddressSpaceNotAllowed";
414 
415  internal const string ArgumentOutOfRange_NeedPositiveNumber = "ArgumentOutOfRange_NeedPositiveNumber";
416 
417  internal const string ArgumentOutOfRange_PositiveOrDefaultCapacityRequired = "ArgumentOutOfRange_PositiveOrDefaultCapacityRequired";
418 
419  internal const string ArgumentOutOfRange_PositiveOrDefaultSizeRequired = "ArgumentOutOfRange_PositiveOrDefaultSizeRequired";
420 
421  internal const string ArgumentOutOfRange_PositionLessThanCapacityRequired = "ArgumentOutOfRange_PositionLessThanCapacityRequired";
422 
423  internal const string ArgumentOutOfRange_CapacityGEFileSizeRequired = "ArgumentOutOfRange_CapacityGEFileSizeRequired";
424 
425  internal const string IO_NotEnoughMemory = "IO_NotEnoughMemory";
426 
427  internal const string InvalidOperation_CalledTwice = "InvalidOperation_CalledTwice";
428 
429  internal const string InvalidOperation_CantCreateFileMapping = "InvalidOperation_CantCreateFileMapping";
430 
431  internal const string InvalidOperation_ViewIsNull = "InvalidOperation_ViewIsNull";
432 
433  internal const string NotSupported_DelayAllocateFileBackedNotAllowed = "NotSupported_DelayAllocateFileBackedNotAllowed";
434 
435  internal const string NotSupported_MMViewStreamsFixedLength = "NotSupported_MMViewStreamsFixedLength";
436 
437  internal const string ObjectDisposed_ViewAccessorClosed = "ObjectDisposed_ViewAccessorClosed";
438 
439  internal const string ObjectDisposed_StreamIsClosed = "ObjectDisposed_StreamIsClosed";
440 
441  internal const string NotSupported_Method = "NotSupported_Method";
442 
443  internal const string NotSupported_SubclassOverride = "NotSupported_SubclassOverride";
444 
445  internal const string Cryptography_ArgDSARequiresDSAKey = "Cryptography_ArgDSARequiresDSAKey";
446 
447  internal const string Cryptography_ArgRSAaRequiresRSAKey = "Cryptography_ArgRSAaRequiresRSAKey";
448 
449  internal const string Cryptography_CngKeyWrongAlgorithm = "Cryptography_CngKeyWrongAlgorithm";
450 
451  internal const string Cryptography_DSA_HashTooShort = "Cryptography_DSA_HashTooShort";
452 
453  internal const string Cryptography_HashAlgorithmNameNullOrEmpty = "Cryptography_HashAlgorithmNameNullOrEmpty";
454 
455  internal const string Cryptography_InvalidDsaParameters_MissingFields = "Cryptography_InvalidDsaParameters_MissingFields";
456 
457  internal const string Cryptography_InvalidDsaParameters_MismatchedPGY = "Cryptography_InvalidDsaParameters_MismatchedPGY";
458 
459  internal const string Cryptography_InvalidDsaParameters_MismatchedQX = "Cryptography_InvalidDsaParameters_MismatchedQX";
460 
461  internal const string Cryptography_InvalidDsaParameters_MismatchedPJ = "Cryptography_InvalidDsaParameters_MismatchedPJ";
462 
463  internal const string Cryptography_InvalidDsaParameters_SeedRestriction_ShortKey = "Cryptography_InvalidDsaParameters_SeedRestriction_ShortKey";
464 
465  internal const string Cryptography_InvalidDsaParameters_QRestriction_ShortKey = "Cryptography_InvalidDsaParameters_QRestriction_ShortKey";
466 
467  internal const string Cryptography_InvalidDsaParameters_QRestriction_LargeKey = "Cryptography_InvalidDsaParameters_QRestriction_LargeKey";
468 
469  internal const string Cryptography_InvalidRsaParameters = "Cryptography_InvalidRsaParameters";
470 
471  internal const string Cryptography_InvalidSignatureAlgorithm = "Cryptography_InvalidSignatureAlgorithm";
472 
473  internal const string Cryptography_KeyBlobParsingError = "Cryptography_KeyBlobParsingError";
474 
475  internal const string Cryptography_NotSupportedKeyAlgorithm = "Cryptography_NotSupportedKeyAlgorithm";
476 
477  internal const string Cryptography_NotValidPublicOrPrivateKey = "Cryptography_NotValidPublicOrPrivateKey";
478 
479  internal const string Cryptography_NotValidPrivateKey = "Cryptography_NotValidPrivateKey";
480 
481  internal const string Cryptography_UnexpectedTransformTruncation = "Cryptography_UnexpectedTransformTruncation";
482 
483  internal const string Cryptography_UnsupportedPaddingMode = "Cryptography_UnsupportedPaddingMode";
484 
485  internal const string Cryptography_WeakKey = "Cryptography_WeakKey";
486 
487  internal const string Cryptography_CurveNotSupported = "Cryptography_CurveNotSupported";
488 
489  internal const string Cryptography_InvalidCurve = "Cryptography_InvalidCurve";
490 
491  internal const string Cryptography_InvalidCurveOid = "Cryptography_InvalidCurveOid";
492 
493  internal const string Cryptography_InvalidCurveKeyParameters = "Cryptography_InvalidCurveKeyParameters";
494 
495  internal const string Cryptography_InvalidECCharacteristic2Curve = "Cryptography_InvalidECCharacteristic2Curve";
496 
497  internal const string Cryptography_InvalidECPrimeCurve = "Cryptography_InvalidECPrimeCurve";
498 
499  internal const string Cryptography_InvalidECNamedCurve = "Cryptography_InvalidECNamedCurve";
500 
501  internal const string Cryptography_UnknownHashAlgorithm = "Cryptography_UnknownHashAlgorithm";
502 
503  private static System.SR loader;
504 
505  private ResourceManager resources;
506 
507  private static CultureInfo Culture => null;
508 
509  public static ResourceManager Resources => GetLoader().resources;
510 
511  internal SR()
512  {
513  resources = new ResourceManager("System.Core", GetType().Assembly);
514  }
515 
516  private static System.SR GetLoader()
517  {
518  if (loader == null)
519  {
520  System.SR value = new System.SR();
521  Interlocked.CompareExchange(ref loader, value, null);
522  }
523  return loader;
524  }
525 
526  public static string GetString(string name, params object[] args)
527  {
528  System.SR sR = GetLoader();
529  if (sR == null)
530  {
531  return null;
532  }
533  string @string = sR.resources.GetString(name, Culture);
534  if (args != null && args.Length != 0)
535  {
536  for (int i = 0; i < args.Length; i++)
537  {
538  string text = args[i] as string;
539  if (text != null && text.Length > 1024)
540  {
541  args[i] = text.Substring(0, 1021) + "...";
542  }
543  }
544  return string.Format(CultureInfo.CurrentCulture, @string, args);
545  }
546  return @string;
547  }
548 
549  public static string GetString(string name)
550  {
551  return GetLoader()?.resources.GetString(name, Culture);
552  }
553 
554  public static string GetString(string name, out bool usedFallback)
555  {
556  usedFallback = false;
557  return GetString(name);
558  }
559 
560  public static object GetObject(string name)
561  {
562  return GetLoader()?.resources.GetObject(name, Culture);
563  }
564  }
565 }
Definition: __Canon.cs:3
Represents a resource manager that provides convenient access to culture-specific resources at run ti...
static int CompareExchange(ref int location1, int value, int comparand)
Compares two 32-bit signed integers for equality and, if they are equal, replaces the first value.
Definition: SR.cs:7
static CultureInfo CurrentCulture
Gets or sets the T:System.Globalization.CultureInfo object that represents the culture used by the cu...
Definition: CultureInfo.cs:120
Attribute can be applied to an assembly.
Indicates the generator supports compilation with .NET Framework resources. These can be default reso...
Provides information about a specific culture (called a locale for unmanaged code development)....
Definition: CultureInfo.cs:16
Provides atomic operations for variables that are shared by multiple threads.
Definition: Interlocked.cs:10