[w32error] Add ENXIO error case (#5199)
[mono.git] / mcs / class / System / ReferenceSources / Win32Exception.cs
index f80d759f63d222ebc29626a9db2e8a5ebbeb9b49..d5b1e3863d6a490fd850c1deae055f0429bdcbda 100644 (file)
@@ -1733,6 +1733,7 @@ namespace System.ComponentModel
                        case 13882: /* ERROR_IPSEC_IKE_MM_LIMIT */ return "IPSEC IKE mm limit";
                        case 13883: /* ERROR_IPSEC_IKE_NEGOTIATION_DISABLED */ return "IPSEC IKE negotiation disabled";
                        case 13884: /* ERROR_IPSEC_IKE_NEG_STATUS_END */ return "IPSEC IKE neg status end";
+                       case 100001: /* WSAENXIO */ return "Device not configured";
 #endif // MOBILE
                        default:
                                return string.Format ("mono-io-layer-error ({0})", error);