Merge branch 'bugfix-main-thread-root'
[mono.git] / mcs / class / corlib / System.Threading / ThreadInterruptedException.cs
index 17308d9e58f9e4928fa86d76e219ffbd517fc3a3..9bcb6f7f8d9b71474424b948b6021158c1703829 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System.Threading
 {
        [Serializable]
+       [ComVisible (true)]
        public class ThreadInterruptedException : SystemException
        {
                public ThreadInterruptedException()