Click or drag to resize

ThreadException Constructor (Exception)

Initializes a new instance.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ThreadException(
	Exception innerException
)

Parameters

innerException
Type: System.Exception
The actual exception that occurred in the thread.
See Also