[runtime] Updates comments.
[mono.git] / mcs / class / corlib / System / NotImplementedException.cs
index 8811b8ba867d76ac055920b305cd6af53bf982a1..1477f185d8df536fa0bd7f462d27e9c1e9135bc9 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+       [ComVisible (true)]
        public class NotImplementedException : SystemException
        {
                const int Result = unchecked ((int)0x80004001);