* Win32Exception.cs: added 10107 -> WASSYSCALLFAILURE. svn path=/trunk/mcs/; revision=8919
@@ -1,3 +1,7 @@
+2002-11-11 Gonzalo Paniagua Javier <[email protected]>
+
+ * Win32Exception.cs: added 10107 -> WASSYSCALLFAILURE.
2002-11-04 Gonzalo Paniagua Javier <[email protected]>
* ListBindableAttribute.cs: implemented.
@@ -102,6 +102,9 @@ namespace System.ComponentModel
Locale.GetText("Connection refused"));
w32_errors.Add(10093,
Locale.GetText("Winsock not initialized"));
+ w32_errors.Add(10107,
+ Locale.GetText("System call failed"));
w32_errors.Add(11001,
Locale.GetText("No such host is known"));
w32_errors.Add(11002,