Click or drag to resize

ThreadException Constructor (String)

Initializes a new instance.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ThreadException(
	string message
)

Parameters

message
Type: SystemString
The message of the exception.
See Also