BackgroundTaskCompletedEventArgs.CheckResult 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.
Lève une exception si l’événement de fin de tâche en arrière-plan a signalé une erreur.
public:
virtual void CheckResult() = CheckResult;
void CheckResult();
public void CheckResult();
function checkResult()
Public Sub CheckResult ()
Remarques
Cette méthode doit être appelée à partir d’un bloc try . Si l’événement de fin de tâche en arrière-plan a signalé une erreur, il est intercepté en tant qu’exception dans la clause catch suivante.