言語

WindowManagerBadTokenException コンストラクター

定義

オーバーロード

名前 説明
WindowManagerBadTokenException()

無効なウィンドウ トークンの例外を作成します。

WindowManagerBadTokenException(String)

無効なウィンドウ トークンの例外を作成します。

WindowManagerBadTokenException(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

WindowManagerBadTokenException()

無効なウィンドウ トークンの例外を作成します。

[Android.Runtime.Register(".ctor", "()V", "")]
public WindowManagerBadTokenException();
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

WindowManagerBadTokenException(String)

無効なウィンドウ トークンの例外を作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public WindowManagerBadTokenException(string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Views.WindowManagerBadTokenException : string -> Android.Views.WindowManagerBadTokenException

パラメーター

name
String

名前に使用される System.String 値。

属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

WindowManagerBadTokenException(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected WindowManagerBadTokenException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.WindowManagerBadTokenException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.WindowManagerBadTokenException

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含むIntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象