ForkJoinTask.Exception Propriété
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.
Retourne l’exception levée par le calcul de base, ou si CancellationException elle est annulée, ou null si aucune ou si la méthode n’a pas encore été terminée.
public Java.Lang.Throwable? Exception { [Android.Runtime.Register("getException", "()Ljava/lang/Throwable;", "")] get; }
[<get: Android.Runtime.Register("getException", "()Ljava/lang/Throwable;", "")>]
member this.Exception : Java.Lang.Throwable
Valeur de propriété
l’exception, ou null si aucune
- Attributs
Remarques
Retourne l’exception levée par le calcul de base, ou si CancellationException elle est annulée, ou null si aucune ou si la méthode n’a pas encore été terminée.
Documentation Java pour java.util.concurrent.ForkJoinTask.getException().
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.