Hi Rohinth,
In the Java language, this class represents a set of threads. A thread group
can also include other thread groups. They form a tree in which every thread
group except the initial one has a parent.
A thread is allowed to access information about its own thread group, but
not about its thread group's parent thread group or any other thread groups.
In the .NET Framework, there is no direct equivalent.
To correct this error
Examine your code and determine the solution that is appropriate to your
specific case.
Link that Talks about this Issue in MSDN:
http://msdn2.microsoft.com/en-us/library/x7h279ba.aspx --
HTH,
Nithya
MCP
Indian Software Solutions,
Trichy
[quoted text, click to view] "Rohith" wrote:
> I am using JLCA3.0 Beta to convert java files to C#. While converting i got
> an error saying that Java.lang.ThreadGroup cannot be converted. Is there any
> other way by which i could convert this. Kindly let me know any alternate
> methods are avialable to convert this.
>