Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.CancellationHelper Class Reference

Static Package Functions

static bool ShouldWrapInOperationCanceledException (Exception exception, CancellationToken cancellationToken)
 
static Exception CreateOperationCanceledException (Exception innerException, CancellationToken cancellationToken)
 
static void ThrowIfCancellationRequested (CancellationToken cancellationToken)
 

Static Private Member Functions

static void ThrowOperationCanceledException (Exception innerException, CancellationToken cancellationToken)
 

Static Private Attributes

static readonly string s_cancellationMessage = new OperationCanceledException().Message
 

Detailed Description

Definition at line 6 of file CancellationHelper.cs.


The documentation for this class was generated from the following file: