OperationCanceledException Constructor(String)
In This Topic
Constructor with custom message text.
Syntax
public OperationCanceledException(
string
)
public:
OperationCanceledException(
String^
)
Parameters
| Parameter Name | Description |
|---|
| message | |
See Also