X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FReferenceSources%2FWin32Exception.cs;h=d5b1e3863d6a490fd850c1deae055f0429bdcbda;hb=db1476e1cbcca16642779ee2ea4146b6f32910c3;hp=f80d759f63d222ebc29626a9db2e8a5ebbeb9b49;hpb=5dd17f89421f7911c6da5f8bc057ace775e0cd20;p=mono.git diff --git a/mcs/class/System/ReferenceSources/Win32Exception.cs b/mcs/class/System/ReferenceSources/Win32Exception.cs index f80d759f63d..d5b1e3863d6 100644 --- a/mcs/class/System/ReferenceSources/Win32Exception.cs +++ b/mcs/class/System/ReferenceSources/Win32Exception.cs @@ -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);