System.Threading.ThreadStateException Class
Information   Base Types   Related Resources

The exception that is thrown when a Thread is in an invalid for the method call.

  • Namespace: System.Threading
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.SystemException
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (5)Discussions (22)MembersRotorChanges
    Articles

    Page: 1
    A System.Threading.ThreadStateException exception occurs when you try to create an instance of a Windows form
    http://www.kbalertz.com/
    (841295) - Explains that an exception may occur when you try to create an instance of a Windows form. The error occurs if the instantiating thread is in a multithreaded apartment (MTA).
    Inter-Process Communication in .NET Using Named Pipes, Part 2
    The Code Project
    This article explores a way of implementing Named Pipes based Inter-Process Communication between .NET applications
    Messaging Between Threads using Message Loop
    C# Corner
    MessageLoopLib is a stripped down version of a complete, threading communication subsystem I’ve written. This implementation is a single thread created in the GUI constructor. I’ve dropped all thread management and have had to change some of the message code to accommodate this.
    Multithreaded Programming using C#
    The Code Project
    Threading is a lightweight process. With the help of threads we can increase the response time of the application. To use multithreading we have to use the Threading namespace which is included in System. The System.Threading namespace includes everything we need for multi threading. Now lets see the first program.
    Thread Concepts and its implementation in .NET Framework
    C# Help
    One or more threads run in an AppDomain. An AppDomain is a runtime representation of a logical process within a physical process. A thread is the basic unit to which the operating system allocates processor time. Each AppDomain is started with a single thread, but can create additional threads from any of its threads.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com