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