Simplify Parallel.For execution.
[mono.git] / mcs / class / corlib / System.Threading / ThreadStateException.cs
index f60fb4d308fe480ec8de1ebb0e6c25944d2ba042..5ddf46be621cf77ae53ff82a5bd647a7260d9519 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System.Threading
 {
        [Serializable]
+       [ComVisible (true)]
        public class ThreadStateException : SystemException
        {
                public ThreadStateException()