ThreadException Constructor (String) |
Initializes a new instance.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ThreadException(
string message
)
Public Sub New (
message As String
)
public:
ThreadException(
String^ message
)
new :
message : string -> ThreadException
Parameters
- message
- Type: SystemString
The message of the exception.
See Also