다음을 통해 공유


IsolatedServiceException(Int32) Constructor

Definition

Creates an IsolatedServiceException with an error code to be logged.

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

Parameters

errorCode
Int32

An error code defined by the IsolatedService.

Attributes

Remarks

Creates an IsolatedServiceException with an error code to be logged. The meaning of the error code is defined by the IsolatedService. The platform does not interpret the error code.

Java documentation for android.adservices.ondevicepersonalization.IsolatedServiceException.IsolatedServiceException(int).

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