Share via


SubmissionPublisher.ClosedException Property

Definition

Returns the exception associated with #closeExceptionally(Throwable) closeExceptionally, or null if not closed or if closed normally.

public virtual Java.Lang.Throwable? ClosedException { [Android.Runtime.Register("getClosedException", "()Ljava/lang/Throwable;", "GetGetClosedExceptionHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getClosedException", "()Ljava/lang/Throwable;", "GetGetClosedExceptionHandler", ApiSince=33)>]
member this.ClosedException : Java.Lang.Throwable

Property Value

the exception, or null if none

Attributes

Remarks

Returns the exception associated with #closeExceptionally(Throwable) closeExceptionally, or null if not closed or if closed normally.

Java documentation for java.util.concurrent.SubmissionPublisher.getClosedException().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to