Udostępnij za pośrednictwem


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

the undeclared checked exception that was thrown

Attributes

Remarks

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

This method predates the general-purpose exception chaining facility. The Throwable#getCause() method is now the preferred means of obtaining this information.

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