ThreadException Constructor (String, Exception) |
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,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ThreadException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ThreadException
Parameters
- message
- Type: SystemString
The message of the exception. - innerException
- Type: SystemException
The actual exception that occurred in the thread.
See Also