| TaskException Constructor (String) |
Initializes a new instance of the
TaskException class with a specified error
message.
Namespace: DigitalRune.ThreadingAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public TaskException(
string message
)
Public Sub New (
message As String
)
public:
TaskException(
String^ message
)
new :
message : string -> TaskException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also