X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FNotImplementedException.cs;h=1477f185d8df536fa0bd7f462d27e9c1e9135bc9;hb=c7ba3619f367944b6740c7e335e2a96499999859;hp=8811b8ba867d76ac055920b305cd6af53bf982a1;hpb=e0cfa4925e036038f7be27e1b9208aa90b27b441;p=mono.git diff --git a/mcs/class/corlib/System/NotImplementedException.cs b/mcs/class/corlib/System/NotImplementedException.cs index 8811b8ba867..1477f185d8d 100644 --- a/mcs/class/corlib/System/NotImplementedException.cs +++ b/mcs/class/corlib/System/NotImplementedException.cs @@ -33,10 +33,12 @@ // using System.Runtime.Serialization; +using System.Runtime.InteropServices; namespace System { [Serializable] + [ComVisible (true)] public class NotImplementedException : SystemException { const int Result = unchecked ((int)0x80004001);