Bridge

TaskCanceledException Constructor (String)

Initializes a new instance of the TaskCanceledException class with a specified message that describes the error.

Namespace:  System.Threading.Tasks
Assembly:  Bridge (in Bridge.dll)

Syntax


public TaskCanceledException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
TaskCanceledException(
	String^ message
)

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.