[System] UriBuilder from corefx
[mono.git] / mcs / class / System / ReferenceSources / SR.cs
index 7fd9f4e617cb14446f1c0b378f89c4cf8428b896..31275cfdcf5e4ed9de29740ff35d6abfeffa8cec 100644 (file)
@@ -10,9 +10,6 @@ partial class SR
 {
        public const string RTL = "RTL_False";
        public const string ContinueButtonText = "Continue";
-       public const string DebugAssertBanner = "---- DEBUG ASSERTION FAILED ----";
-       public const string DebugAssertShortMessage = "---- Assert Short Message ----";
-       public const string DebugAssertLongMessage = "---- Assert Long Message ----";
        public const string DebugMessageTruncated = "{0}...\n<truncated>";
        public const string DebugAssertTitleShort = "Assertion Failed";
        public const string DebugAssertTitle = "Assertion Failed: Cancel=Debug, OK=Continue";
@@ -530,28 +527,6 @@ partial class SR
        public const string net_httpstatuscode_ServiceUnavailable = "Server Unavailable";
        public const string net_httpstatuscode_GatewayTimeout = "Gateway Timeout";
        public const string net_httpstatuscode_HttpVersionNotSupported = "Http Version Not Supported";
-       public const string net_uri_BadScheme = "Invalid URI: The URI scheme is not valid.";
-       public const string net_uri_BadFormat = "Invalid URI: The format of the URI could not be determined.";
-       public const string net_uri_BadUserPassword = "Invalid URI: The username:password construct is badly formed.";
-       public const string net_uri_BadHostName = "Invalid URI: The hostname could not be parsed.";
-       public const string net_uri_BadAuthority = "Invalid URI: The Authority/Host could not be parsed.";
-       public const string net_uri_BadAuthorityTerminator = "Invalid URI: The Authority/Host cannot end with a backslash character ('\\').";
-       public const string net_uri_EmptyUri = "Invalid URI: The URI is empty.";
-       public const string net_uri_BadString = "Invalid URI: There is an invalid sequence in the string.";
-       public const string net_uri_MustRootedPath = "Invalid URI: A Dos path must be rooted, for example, 'c:\\'.";
-       public const string net_uri_BadPort = "Invalid URI: Invalid port specified.";
-       public const string net_uri_SizeLimit = "Invalid URI: The Uri string is too long.";
-       public const string net_uri_SchemeLimit = "Invalid URI: The Uri scheme is too long.";
-       public const string net_uri_NotAbsolute = "This operation is not supported for a relative URI.";
-       public const string net_uri_PortOutOfRange = "A derived type '{0}' has reported an invalid value for the Uri port '{1}'.";
-       public const string net_uri_UserDrivenParsing = "A derived type '{0}' is responsible for parsing this Uri instance. The base implementation must not be used.";
-       public const string net_uri_AlreadyRegistered = "A URI scheme name '{0}' already has a registered custom parser.";
-       public const string net_uri_NeedFreshParser = "The URI parser instance passed into 'uriParser' parameter is already registered with the scheme name '{0}'.";
-       public const string net_uri_CannotCreateRelative = "A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.";
-       public const string net_uri_InvalidUriKind = "The value '{0}' passed for the UriKind parameter is invalid.";
-       public const string net_uri_BadUnicodeHostForIdn = "An invalid Unicode character by IDN standards was specified in the host.";
-       public const string net_uri_GenericAuthorityNotDnsSafe = "The generic authority '{0}' is not a valid dns name.";
-       public const string net_uri_NotJustSerialization = "UriComponents.SerializationInfoString must not be combined with other UriComponents.";
        public const string net_emptystringset = "This property cannot be set to an empty string.";
        public const string net_emptystringcall = "The parameter '{0}' cannot be an empty string.";
        public const string net_headers_req = "This collection holds response headers and cannot contain the specified request header.";
@@ -1335,17 +1310,12 @@ partial class SR
        public const string NotSupported_UnseekableStream = "Stream does not support seeking.";
        public const string IO_EOF_ReadBeyondEOF = "Unable to read beyond the end of the stream.";
        public const string ObjectDisposed_StreamClosed = "Can not access a closed Stream.";
-       public const string UnauthorizedAccess_IODenied_Path = "Access to the port '{0}' is denied.";
        public const string IO_UnknownError = "Unknown Error '{0}'.";
        public const string Arg_WrongAsyncResult = "IAsyncResult object did not come from the corresponding async method on this type.";
        public const string InvalidOperation_EndReadCalledMultiple = "EndRead can only be called once for each asynchronous operation.";
        public const string InvalidOperation_EndWriteCalledMultiple = "EndWrite can only be called once for each asynchronous operation.";
        public const string IO_PortNotFound = "The specified port does not exist.";
        public const string IO_PortNotFoundFileName = "The port '{0}' does not exist.";
-       public const string UnauthorizedAccess_IODenied_NoPathName = "Access to the port is denied.";
-       public const string IO_PathTooLong = "The specified port name is too long.  The port name must be less than 260 characters.";
-       public const string IO_SharingViolation_NoFileName = "The process cannot access the port because it is being used by another process.";
-       public const string IO_SharingViolation_File = "The process cannot access the port '{0}' because it is being used by another process.";
        public const string NotSupported_UnwritableStream = "Stream does not support writing.";
        public const string ObjectDisposed_WriterClosed = "Can not write to a closed TextWriter.";
        public const string BaseStream_Invalid_Not_Open = "The BaseStream is only available when the port is open.";