다음을 통해 공유


RequestSurfacePackageException Constructors

Definition

Overloads

RequestSurfacePackageException(RequestSurfacePackageErrorCode, String)
RequestSurfacePackageException(RequestSurfacePackageErrorCode, String, Throwable)
RequestSurfacePackageException(RequestSurfacePackageErrorCode, String, Throwable, Bundle)

RequestSurfacePackageException(RequestSurfacePackageErrorCode, String)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=34)]
public RequestSurfacePackageException (Android.App.SdkSandbox.RequestSurfacePackageErrorCode requestSurfacePackageErrorCode, string? message);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=34)>]
new Android.App.SdkSandbox.RequestSurfacePackageException : Android.App.SdkSandbox.RequestSurfacePackageErrorCode * string -> Android.App.SdkSandbox.RequestSurfacePackageException

Parameters

requestSurfacePackageErrorCode
RequestSurfacePackageErrorCode
message
String
Attributes

Applies to

RequestSurfacePackageException(RequestSurfacePackageErrorCode, String, Throwable)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)]
public RequestSurfacePackageException (Android.App.SdkSandbox.RequestSurfacePackageErrorCode requestSurfacePackageErrorCode, string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)>]
new Android.App.SdkSandbox.RequestSurfacePackageException : Android.App.SdkSandbox.RequestSurfacePackageErrorCode * string * Java.Lang.Throwable -> Android.App.SdkSandbox.RequestSurfacePackageException

Parameters

requestSurfacePackageErrorCode
RequestSurfacePackageErrorCode
message
String
cause
Throwable
Attributes

Applies to

RequestSurfacePackageException(RequestSurfacePackageErrorCode, String, Throwable, Bundle)

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

Parameters

requestSurfacePackageErrorCode
RequestSurfacePackageErrorCode
message
String
cause
Throwable
extraInfo
Bundle
Attributes

Applies to