Merge pull request #2786 from alexanderkyte/leaked_type_in_parse_header
[mono.git] / mcs / class / corlib / System.IO / MonoIOError.cs
index 2fab8ca4f522b2f4c9b703f3fe660ce254b3eba3..c84f4b705650e80b711389cb0e0ced183d7309d8 100644 (file)
@@ -6,29 +6,29 @@
 //\r
 // (C) 2002\r
 //\r
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
+\r
+//\r
+// Copyright (C) 2004 Novell, Inc (http://www.novell.com)\r
+//\r
+// Permission is hereby granted, free of charge, to any person obtaining\r
+// a copy of this software and associated documentation files (the\r
+// "Software"), to deal in the Software without restriction, including\r
+// without limitation the rights to use, copy, modify, merge, publish,\r
+// distribute, sublicense, and/or sell copies of the Software, and to\r
+// permit persons to whom the Software is furnished to do so, subject to\r
+// the following conditions:\r
+// \r
+// The above copyright notice and this permission notice shall be\r
+// included in all copies or substantial portions of the Software.\r
+// \r
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
+//\r
 \r
 using System;\r
 \r
@@ -41,7 +41,7 @@ namespace System.IO
                ERROR_PATH_NOT_FOUND = 3,\r
                ERROR_TOO_MANY_OPEN_FILES = 4,\r
                ERROR_ACCESS_DENIED = 5,\r
-               ERROR_INVALID_HANDLE = 6,
+               ERROR_INVALID_HANDLE = 6,\r
        /*      ERROR_ARENA_TRASHED = 7,\r
                ERROR_NOT_ENOUGH_MEMORY = 8,\r
                ERROR_INVALID_BLOCK = 9,\r
@@ -52,8 +52,8 @@ namespace System.IO
                ERROR_OUTOFMEMORY = 14,\r
        */      ERROR_INVALID_DRIVE = 15,\r
        /*      ERROR_CURRENT_DIRECTORY = 16,\r
-               ERROR_NOT_SAME_DEVICE = 17,\r
-       */      ERROR_NO_MORE_FILES = 18,\r
+       */      ERROR_NOT_SAME_DEVICE = 17,\r
+               ERROR_NO_MORE_FILES = 18,\r
        /*      ERROR_WRITE_PROTECT = 19,\r
                ERROR_BAD_UNIT = 20,\r
                ERROR_NOT_READY = 21,\r
@@ -63,11 +63,11 @@ namespace System.IO
                ERROR_SEEK = 25,\r
                ERROR_NOT_DOS_DISK = 26,\r
                ERROR_SECTOR_NOT_FOUND = 27,\r
-               ERROR_OUT_OF_PAPER = 28,*/
+               ERROR_OUT_OF_PAPER = 28,*/\r
                ERROR_WRITE_FAULT = 29,\r
                ERROR_READ_FAULT = 30,\r
-               ERROR_GEN_FAILURE = 31,
-               ERROR_SHARING_VIOLATION = 32,
+               ERROR_GEN_FAILURE = 31,\r
+               ERROR_SHARING_VIOLATION = 32,\r
                ERROR_LOCK_VIOLATION = 33,\r
        /*      ERROR_WRONG_DISK = 34,\r
                ERROR_SHARING_BUFFER_EXCEEDED = 36,\r
@@ -97,8 +97,8 @@ namespace System.IO
                ERROR_REQ_NOT_ACCEP = 71,\r
                ERROR_REDIR_PAUSED = 72,\r
        */      ERROR_FILE_EXISTS = 80,\r
-       /*      ERROR_CANNOT_MAKE = 82,\r
-               ERROR_FAIL_I24 = 83,\r
+               ERROR_CANNOT_MAKE = 82,\r
+       /*      ERROR_FAIL_I24 = 83,\r
                ERROR_OUT_OF_STRUCTURES = 84,\r
                ERROR_ALREADY_ASSIGNED = 85,\r
                ERROR_INVALID_PASSWORD = 86,\r
@@ -148,9 +148,9 @@ namespace System.IO
                ERROR_BUSY_DRIVE = 142,\r
                ERROR_SAME_DRIVE = 143,\r
                ERROR_DIR_NOT_ROOT = 144,\r
-       */
+       */\r
                ERROR_DIR_NOT_EMPTY = 145,\r
-       /*
+       /*\r
                ERROR_IS_SUBST_PATH = 146,\r
                ERROR_IS_JOIN_PATH = 147,\r
                ERROR_PATH_BUSY = 148,\r
@@ -1023,9 +1023,9 @@ namespace System.IO
                ERROR_NODE_CANNOT_BE_CLUSTERED = 5898,\r
                ERROR_CLUSTER_WRONG_OS_VERSION = 5899,\r
                ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME = 5900,\r
-       */
-               ERROR_ENCRYPTION_FAILED = 6000,
-       /*
+       */\r
+               ERROR_ENCRYPTION_FAILED = 6000,\r
+       /*\r
                ERROR_DECRYPTION_FAILED = 6001,\r
                ERROR_FILE_ENCRYPTED = 6002,\r
                ERROR_NO_RECOVERY_POLICY = 6003,\r