TaskExtensions.ThrowIfFaulted Method

Definition

Overloads

ThrowIfFaulted(Task)
ThrowIfFaulted(Task, Action)

ThrowIfFaulted(Task)

public static void ThrowIfFaulted (this System.Threading.Tasks.Task task);
static member ThrowIfFaulted : System.Threading.Tasks.Task -> unit
<Extension()>
Public Sub ThrowIfFaulted (task As Task)

Parameters

task
Task

Applies to

ThrowIfFaulted(Task, Action)

public static void ThrowIfFaulted (this System.Threading.Tasks.Task task, Action faultedCallback);
static member ThrowIfFaulted : System.Threading.Tasks.Task * Action -> unit
<Extension()>
Public Sub ThrowIfFaulted (task As Task, faultedCallback As Action)

Parameters

task
Task
faultedCallback
Action

Applies to