Compartilhar via


LoadSdkException(Throwable, Bundle) Constructor

Definition

Initializes a LoadSdkException with a Throwable and a Bundle.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;Landroid/os/Bundle;)V", "", ApiSince=34)]
public LoadSdkException (Java.Lang.Throwable cause, Android.OS.Bundle extraInfo);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;Landroid/os/Bundle;)V", "", ApiSince=34)>]
new Android.App.SdkSandbox.LoadSdkException : Java.Lang.Throwable * Android.OS.Bundle -> Android.App.SdkSandbox.LoadSdkException

Parameters

cause
Throwable

The cause of the exception, which is saved for later retrieval by the #getCause() method.

extraInfo
Bundle

Extra error information. This is empty if there is no such information.

Attributes

Remarks

Initializes a LoadSdkException with a Throwable and a Bundle.

Java documentation for android.app.sdksandbox.LoadSdkException.LoadSdkException(java.lang.Throwable, android.os.Bundle).

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