Click or drag to resize
DigitalRuneTaskException Constructor (String)
Initializes a new instance of the TaskException class with a specified error message.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public TaskException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also