2008-11-28 Miguel De Icaza <miguel@novell.com>
[mono.git] / mcs / class / corlib / System / UnauthorizedAccessException.cs
index d9c17a77854a114606466c35b3fb0d290c5a9b83..73930c1c0f2d7849ceb89881692eeaafa7c93ccc 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class UnauthorizedAccessException : SystemException
        {
                const int Result = unchecked ((int)0x80131500);