2009-05-06 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / class / corlib / System.Threading / ThreadStateException.cs
index f60fb4d308fe480ec8de1ebb0e6c25944d2ba042..4bab26242b8f15b62fba4d73c084ada5e2fc8359 100644 (file)
 
 using System.Runtime.Serialization;
 
+#if NET_2_0
+using System.Runtime.InteropServices;
+#endif
+
 namespace System.Threading
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class ThreadStateException : SystemException
        {
                public ThreadStateException()