X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Threading%2FThreadStateException.cs;h=4bab26242b8f15b62fba4d73c084ada5e2fc8359;hb=a5b3f56d50d09f37c6eaedc7e6971e3f63f7ac80;hp=f60fb4d308fe480ec8de1ebb0e6c25944d2ba042;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/class/corlib/System.Threading/ThreadStateException.cs b/mcs/class/corlib/System.Threading/ThreadStateException.cs index f60fb4d308f..4bab26242b8 100644 --- a/mcs/class/corlib/System.Threading/ThreadStateException.cs +++ b/mcs/class/corlib/System.Threading/ThreadStateException.cs @@ -32,9 +32,16 @@ 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()