MethodNotSupportedException コンストラクター

定義

オーバーロード

MethodNotSupportedException(String)

指定した詳細メッセージを使用して、新しい MethodNotSupportedException を作成します。

MethodNotSupportedException(IntPtr, JniHandleOwnership)

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

MethodNotSupportedException(String, Throwable)

指定した詳細メッセージと原因を含む新しい MethodNotSupportedException を作成します。

MethodNotSupportedException(String)

指定した詳細メッセージを使用して、新しい MethodNotSupportedException を作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public MethodNotSupportedException (string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Org.Apache.Http.MethodNotSupportedException : string -> Org.Apache.Http.MethodNotSupportedException

パラメーター

message
String
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

MethodNotSupportedException(IntPtr, JniHandleOwnership)

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

protected MethodNotSupportedException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.MethodNotSupportedException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.MethodNotSupportedException

パラメーター

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

処理方法 JniHandleOwnershipを示す javaReference

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

MethodNotSupportedException(String, Throwable)

指定した詳細メッセージと原因を含む新しい MethodNotSupportedException を作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public MethodNotSupportedException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Org.Apache.Http.MethodNotSupportedException : string * Java.Lang.Throwable -> Org.Apache.Http.MethodNotSupportedException

パラメーター

message
String
cause
Throwable
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象