言語

QueryLocationException コンストラクター

定義

オーバーロード

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

パラメーター

message
String
属性

適用対象

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

パラメーター

message
String
code
QueryLocationErrorReason

値は次のいずれかです: ERROR_REQUEST_TIME_OUT;ERROR_PREVIOUS_REQUEST_EXISTS;ERROR_NOT_PERMITTED;ERROR_NOT_ALLOWED_FOR_NON_EMERGENCY_CONNECTIONS;ERROR_SERVICE_UNAVAILABLE;ERROR_UNSPECIFIED

属性

注釈

android.telecom.QueryLocationException.QueryLocationExceptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

パラメーター

message
String
code
QueryLocationErrorReason

値は次のいずれかです: 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
属性

注釈

android.telecom.QueryLocationException.QueryLocationExceptionの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象