Java.Util.Concurrent.ExecutionException Class
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.

See Also: ExecutionException Members

Syntax

[Android.Runtime.Register("java/util/concurrent/ExecutionException", DoNotGenerateAcw=true)]
public class ExecutionException : Java.Lang.Exception

Remarks

Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception. This exception can be inspected using the Java.Lang.Throwable.Cause method.

See Also

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1