言語

CompletableFuture.IsCompletedExceptionally プロパティ

定義

この CompletedableFuture が何らかの方法で例外的に完了した場合に true を返します。

public virtual bool IsCompletedExceptionally { [Android.Runtime.Register("isCompletedExceptionally", "()Z", "GetIsCompletedExceptionallyHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("isCompletedExceptionally", "()Z", "GetIsCompletedExceptionallyHandler", ApiSince=24)>]
member this.IsCompletedExceptionally : bool

プロパティ値

true この CompletableFuture が例外的に完了した場合

属性

注釈

この CompletedableFuture が何らかの方法で例外的に完了した場合に true を返します。 考えられる原因としては、取り消し、 completeExceptionallyの明示的な呼び出し、CompletionStage アクションの突然の終了などがあります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象