LoadSdkException(Throwable, Bundle) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.