OperationCanceledException Constructor (String)
Initializes a new instance of the OperationCanceledException class with a specified error message.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public OperationCanceledException( string message )
<TemplateAttribute> _ Public Sub New ( _ message As String _ )
[TemplateAttribute] public: OperationCanceledException( String^ message )
Parameters
- message
- Type: System..::..String
A String that describes the error.