X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.ComponentModel%2FWin32Exception.cs;h=7a5523c80884993c1bc1822f887dec93faeb5539;hb=f27dcc17d574cbc47180b2ee1174eea69435bc08;hp=b3cce1a204ed857df23de35700940de4746a21d6;hpb=7015b812166d0992223b5dc4421deab637500265;p=mono.git diff --git a/mcs/class/System/System.ComponentModel/Win32Exception.cs b/mcs/class/System/System.ComponentModel/Win32Exception.cs index b3cce1a204e..7a5523c8088 100644 --- a/mcs/class/System/System.ComponentModel/Win32Exception.cs +++ b/mcs/class/System/System.ComponentModel/Win32Exception.cs @@ -111,6 +111,9 @@ namespace System.ComponentModel case 3: message = Locale.GetText ("Cannot find the specified file"); break; + case 50: + message = Locale.GetText ("Operation not supported"); + break; case 267: message = Locale.GetText ("Is a directory"); break;