Sprache

OnDevicePersonalizationException Konstruktoren

Definition

Überlädt

OnDevicePersonalizationException(Int32)

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=36)]
public OnDevicePersonalizationException(int errorCode);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException : int -> Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException

Parameter

errorCode
Int32

Der Wert ist eine der folgenden: ERROR_ISOLATED_SERVICE_FAILED; ERROR_PERSONALIZATION_DISABLED; ERROR_ISOLATED_SERVICE_LOADING_FAILED; ERROR_ISOLATED_SERVICE_MANIFEST_PARSING_FAILED; ERROR_ISOLATED_SERVICE_TIMEOUT; ERROR_SCHEDULE_TRAINING_FAILED; ERROR_INVALID_TRAINING_MANIFEST; ERROR_INFERENCE_MODEL_NOT_FOUND; ERROR_INFERENCE_FAILED

Attribute

Hinweise

Android-Referenz für android.adservices.ondevicepersonalization.OnDevicePersonalizationException.OnDevicePersonalizationException.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

OnDevicePersonalizationException(Int32, Throwable)

[Android.Runtime.Register(".ctor", "(ILjava/lang/Throwable;)V", "", ApiSince=36)]
public OnDevicePersonalizationException(int errorCode, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/Throwable;)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException : int * Java.Lang.Throwable -> Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException

Parameter

errorCode
Int32

Der Wert ist eine der folgenden: ERROR_ISOLATED_SERVICE_FAILED; ERROR_PERSONALIZATION_DISABLED; ERROR_ISOLATED_SERVICE_LOADING_FAILED; ERROR_ISOLATED_SERVICE_MANIFEST_PARSING_FAILED; ERROR_ISOLATED_SERVICE_TIMEOUT; ERROR_SCHEDULE_TRAINING_FAILED; ERROR_INVALID_TRAINING_MANIFEST; ERROR_INFERENCE_MODEL_NOT_FOUND; ERROR_INFERENCE_FAILED

cause
Throwable
Attribute

Hinweise

Android-Referenz für android.adservices.ondevicepersonalization.OnDevicePersonalizationException.OnDevicePersonalizationException.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

OnDevicePersonalizationException(Int32, String)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=36)]
public OnDevicePersonalizationException(int errorCode, string? message);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException : int * string -> Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException

Parameter

errorCode
Int32

Der Wert ist eine der folgenden: ERROR_ISOLATED_SERVICE_FAILED; ERROR_PERSONALIZATION_DISABLED; ERROR_ISOLATED_SERVICE_LOADING_FAILED; ERROR_ISOLATED_SERVICE_MANIFEST_PARSING_FAILED; ERROR_ISOLATED_SERVICE_TIMEOUT; ERROR_SCHEDULE_TRAINING_FAILED; ERROR_INVALID_TRAINING_MANIFEST; ERROR_INFERENCE_MODEL_NOT_FOUND; ERROR_INFERENCE_FAILED

message
String
Attribute

Hinweise

Android-Referenz für android.adservices.ondevicepersonalization.OnDevicePersonalizationException.OnDevicePersonalizationException.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

OnDevicePersonalizationException(IntPtr, JniHandleOwnership)

protected OnDevicePersonalizationException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException : nativeint * Android.Runtime.JniHandleOwnership -> Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException

Parameter

javaReference
IntPtr

nativeint

Gilt für:

OnDevicePersonalizationException(Int32, String, Throwable)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=36)]
public OnDevicePersonalizationException(int errorCode, string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException : int * string * Java.Lang.Throwable -> Android.AdServices.OnDevicePersonalization.OnDevicePersonalizationException

Parameter

errorCode
Int32

Der Wert ist eine der folgenden: ERROR_ISOLATED_SERVICE_FAILED; ERROR_PERSONALIZATION_DISABLED; ERROR_ISOLATED_SERVICE_LOADING_FAILED; ERROR_ISOLATED_SERVICE_MANIFEST_PARSING_FAILED; ERROR_ISOLATED_SERVICE_TIMEOUT; ERROR_SCHEDULE_TRAINING_FAILED; ERROR_INVALID_TRAINING_MANIFEST; ERROR_INFERENCE_MODEL_NOT_FOUND; ERROR_INFERENCE_FAILED

message
String
cause
Throwable
Attribute

Hinweise

Android-Referenz für android.adservices.ondevicepersonalization.OnDevicePersonalizationException.OnDevicePersonalizationException.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: