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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET