remove warning
[mono.git] / mcs / class / corlib / System / UnhandledExceptionEventArgs.cs
index 345239abc8ab4fb1c24460a52d657d3a8cdac0bd..a2048d584cca0a18e6d606143fa6511dc0fc0202 100644 (file)
 #if NET_2_0
 using System.Runtime.ConstrainedExecution;
 #endif
+using System.Runtime.InteropServices;
 
 namespace System 
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class UnhandledExceptionEventArgs : EventArgs
        {
                private object exception;