TaskExtensions.ThrowIfFaulted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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