TaskCanceledException Constructor (String)
Initializes a new instance of the TaskCanceledException class with a specified message that describes the error.
Namespace:
System.Threading.TasksAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- message
- Type: System..::..String
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.