TaskExtensions.SwallowException(Task) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Avalez les exceptions pour les gestionnaires d’événements. http://theburningmonk.com/2012/10/c-beware-of-async-void-in-your-code/
Nous devons lire une exception pour empêcher la levée d’une exception pour .NET 4.0 et versions antérieures. Consultez http://stackoverflow.com/questions/25691114/where-does-an-async-task-throw-exception-if-it-is-not-awaited
public:
[System::Runtime::CompilerServices::Extension]
static void SwallowException(System::Threading::Tasks::Task ^ task);
public static void SwallowException (this System.Threading.Tasks.Task task);
static member SwallowException : System.Threading.Tasks.Task -> unit
<Extension()>
Public Sub SwallowException (task As Task)
Paramètres
- task
- Task
Tâche à avaler exception pour