IsolatedServiceException(Int32) 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.
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.
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.