Linguaggio

QueryLocationException Costruttori

Definizione

Overload

QueryLocationException(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)]
public QueryLocationException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.Telecom.QueryLocationException : string -> Android.Telecom.QueryLocationException

Parametri

message
String
Attributi

Si applica a

QueryLocationException(String, QueryLocationErrorReason)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=34)]
public QueryLocationException(string? message, Android.Telecom.QueryLocationErrorReason code);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=34)>]
new Android.Telecom.QueryLocationException : string * Android.Telecom.QueryLocationErrorReason -> Android.Telecom.QueryLocationException

Parametri

message
String
code
QueryLocationErrorReason

Il valore è uno dei seguenti: ERROR_REQUEST_TIME_OUT; ERROR_PREVIOUS_REQUEST_EXISTS; ERROR_NOT_PERMITTED; ERROR_NOT_ALLOWED_FOR_NON_EMERGENCY_CONNECTIONS; ERROR_SERVICE_UNAVAILABLE; ERROR_UNSPECIFIED

Attributi

Commenti

Informazioni di riferimento su Android per android.telecom.QueryLocationException.QueryLocationException.

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

QueryLocationException(String, QueryLocationErrorReason, Throwable)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/Throwable;)V", "", ApiSince=34)]
public QueryLocationException(string? message, Android.Telecom.QueryLocationErrorReason code, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/Throwable;)V", "", ApiSince=34)>]
new Android.Telecom.QueryLocationException : string * Android.Telecom.QueryLocationErrorReason * Java.Lang.Throwable -> Android.Telecom.QueryLocationException

Parametri

message
String
code
QueryLocationErrorReason

Il valore è uno dei seguenti: ERROR_REQUEST_TIME_OUT; ERROR_PREVIOUS_REQUEST_EXISTS; ERROR_NOT_PERMITTED; ERROR_NOT_ALLOWED_FOR_NON_EMERGENCY_CONNECTIONS; ERROR_SERVICE_UNAVAILABLE; ERROR_UNSPECIFIED

cause
Throwable
Attributi

Commenti

Informazioni di riferimento su Android per android.telecom.QueryLocationException.QueryLocationException.

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