ErrorBoundary.OnErrorAsync(Exception) 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.
Appelé par la classe de base lorsqu’une erreur est gérée. L’implémentation par défaut enregistre l’erreur.
protected override System.Threading.Tasks.Task OnErrorAsync (Exception exception);
override this.OnErrorAsync : Exception -> System.Threading.Tasks.Task
Protected Overrides Function OnErrorAsync (exception As Exception) As Task