PendingIntent.CanceledException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| PendingIntent.CanceledException() | |
| PendingIntent.CanceledException(Exception) | |
| PendingIntent.CanceledException(String) |
このページのコンテンツおよびコード サンプルは、コンテンツ ライセンスに記載されているライセンスの対象となります。 |
| PendingIntent.CanceledException(IntPtr, JniHandleOwnership) |
既存の Java Native Interface オブジェクトのマネージド表現を初期化します。 |
PendingIntent.CanceledException()
[Android.Runtime.Register(".ctor", "()V", "")]
public CanceledException();
- 属性
注釈
android.app.PendingIntent.CanceledException.CanceledExceptionの Android リファレンス。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。
適用対象
PendingIntent.CanceledException(Exception)
[Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")]
public CanceledException(Java.Lang.Exception? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")>]
new Android.App.PendingIntent.CanceledException : Java.Lang.Exception -> Android.App.PendingIntent.CanceledException
パラメーター
- cause
- Exception
例外
- 属性
注釈
android.app.PendingIntent.CanceledException.CanceledExceptionの Android リファレンス。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。
適用対象
PendingIntent.CanceledException(String)
このページのコンテンツおよびコード サンプルは、コンテンツ ライセンスに記載されているライセンスの対象となります。
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public CanceledException(string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.App.PendingIntent.CanceledException : string -> Android.App.PendingIntent.CanceledException
パラメーター
- name
- String
String
- 属性
注釈
このページのコンテンツおよびコード サンプルは、コンテンツ ライセンスに記載されているライセンスの対象となります。 Java と OpenJDK は、Oracle やその関連会社の商標または登録商標です。
最終更新日: 2026-08-03 UTC。
android.app.PendingIntent.CanceledException.CanceledExceptionの Android リファレンス。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。
適用対象
PendingIntent.CanceledException(IntPtr, JniHandleOwnership)
既存の Java Native Interface オブジェクトのマネージド表現を初期化します。
protected CanceledException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.PendingIntent.CanceledException : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.PendingIntent.CanceledException
パラメーター
- javaReference
-
IntPtr
nativeint
Java ネイティブ インターフェイス オブジェクト参照。
- transfer
- JniHandleOwnership
Java Native Interface オブジェクト参照に適用する所有権の転送。
注釈
このコンストラクターは、既存のJava オブジェクトのマネージド ピアを作成するときに、Android バインド ランタイムの.NETによって呼び出されます。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。