[runtime] Updates comments.
[mono.git] / mcs / class / corlib / System / NotSupportedException.cs
index 004d398032cd6e2ab06207a62967101958628a14..9f2f31a3ce73c37dbbf201b9efe13800fc537b4f 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+       [ComVisible (true)]
        public class NotSupportedException : SystemException
        {
                const int Result = unchecked ((int)0x80131515);