UndeclaredThrowableException.UndeclaredThrowable Property

Definition

Returns the Throwable instance wrapped in this UndeclaredThrowableException, which may be null.

public virtual Java.Lang.Throwable? UndeclaredThrowable { [Android.Runtime.Register("getUndeclaredThrowable", "()Ljava/lang/Throwable;", "GetGetUndeclaredThrowableHandler")] get; }
[<get: Android.Runtime.Register("getUndeclaredThrowable", "()Ljava/lang/Throwable;", "GetGetUndeclaredThrowableHandler")>]
member this.UndeclaredThrowable : Java.Lang.Throwable

Property Value

Throwable

the undeclared checked exception that was thrown

Attributes

Remarks

Java documentation for java.lang.reflect.UndeclaredThrowableException.getUndeclaredThrowable().

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