Constructs and initializes a new instance of the System.Threading.Thread class.
- start
- A System.Threading.ThreadStart delegate that references the methods to be invoked when the new thread begins executing.
Type Reason ArgumentNullException start is null .
Note: To schedule the thread for execution, call Thread.Start.Until Thread.Start is called, the thread's state includes ThreadState.Unstarted.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0