OperationCanceledException Constructor (String, Exception, CancellationToken)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public OperationCanceledException( string message, Exception innerException, CancellationToken token )
<TemplateAttribute> _ Public Sub New ( _ message As String, _ innerException As Exception, _ token As CancellationToken _ )
[TemplateAttribute] public: OperationCanceledException( String^ message, Exception^ innerException, CancellationToken^ token )
Parameters
- message
- Type: System..::..String
- innerException
- Type: System..::..Exception
- token
- Type: System.Threading..::..CancellationToken