言語

AppFunctionException コンストラクター

定義

オーバーロード

AppFunctionException(AppFunctionError, String)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=36)]
public AppFunctionException(Android.App.AppFunctions.AppFunctionError errorCode, string? errorMessage);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=36)>]
new Android.App.AppFunctions.AppFunctionException : Android.App.AppFunctions.AppFunctionError * string -> Android.App.AppFunctions.AppFunctionException

パラメーター

errorCode
AppFunctionError

エラー コード。

errorMessage
String

エラー メッセージ。

属性

注釈

Javaドキュメント。

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

適用対象

AppFunctionException(AppFunctionError, String, Bundle)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Landroid/os/Bundle;)V", "", ApiSince=36)]
public AppFunctionException(Android.App.AppFunctions.AppFunctionError errorCode, string? errorMessage, Android.OS.Bundle extras);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Landroid/os/Bundle;)V", "", ApiSince=36)>]
new Android.App.AppFunctions.AppFunctionException : Android.App.AppFunctions.AppFunctionError * string * Android.OS.Bundle -> Android.App.AppFunctions.AppFunctionException

パラメーター

errorCode
AppFunctionError

エラー コード。

errorMessage
String

エラー メッセージ。

extras
Bundle

このエラーに関連付けられている追加コンテンツ。

属性

注釈

Javaドキュメント。

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

適用対象