2007-09-25 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / corlib / System.Threading / ThreadStateException.cs
old mode 100755 (executable)
new mode 100644 (file)
index f60fb4d..4bab262
 
 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()