IsolatedServiceException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| IsolatedServiceException(Int32) |
Crea un |
| IsolatedServiceException(Int32, Throwable) |
Crea un |
| IsolatedServiceException(Int32, String, Throwable) |
Crea un |
IsolatedServiceException(Int32)
Crea un IsolatedServiceException oggetto con un codice di errore da registrare.
[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
Parametri
- errorCode
- Int32
Codice di errore definito da IsolatedService.
- Attributi
Commenti
Crea un IsolatedServiceException oggetto con un codice di errore da registrare. Il significato del codice di errore è definito da IsolatedService. La piattaforma non interpreta il codice di errore.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
IsolatedServiceException(Int32, Throwable)
Crea un IsolatedServiceException oggetto con un codice di errore da registrare.
[Android.Runtime.Register(".ctor", "(ILjava/lang/Throwable;)V", "", ApiSince=36)]
public IsolatedServiceException(int errorCode, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/Throwable;)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.IsolatedServiceException : int * Java.Lang.Throwable -> Android.AdServices.OnDevicePersonalization.IsolatedServiceException
Parametri
- errorCode
- Int32
Codice di errore definito da IsolatedService.
- cause
- Throwable
la causa di questa eccezione.
- Attributi
Commenti
Crea un IsolatedServiceException oggetto con un codice di errore da registrare. Il significato del codice di errore è definito da IsolatedService. La piattaforma non interpreta il codice di errore.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
IsolatedServiceException(Int32, String, Throwable)
Crea un IsolatedServiceException oggetto con un codice di errore da registrare.
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=36)]
public IsolatedServiceException(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.IsolatedServiceException : int * string * Java.Lang.Throwable -> Android.AdServices.OnDevicePersonalization.IsolatedServiceException
Parametri
- errorCode
- Int32
Codice di errore definito da IsolatedService.
- message
- String
messaggio di eccezione.
- cause
- Throwable
la causa di questa eccezione.
- Attributi
Commenti
Crea un IsolatedServiceException oggetto con un codice di errore da registrare. Il significato del codice di errore è definito da IsolatedService. La piattaforma non interpreta il codice di errore.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.