System.Threading.ThreadStartException Class

The exception that is thrown when a failure occurs in a managed thread after the underlying operating system thread has been started, but before the thread is ready to execute user code.

See Also: ThreadStartException Members

Syntax

public sealed class ThreadStartException : SystemException

Remarks

The exception returned by the Exception.InnerException property provides information about the reason for the failure.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0