次の方法で共有


UnsupportedDigestAlgorithmException コンストラクター

定義

オーバーロード

UnsupportedDigestAlgorithmException()
UnsupportedDigestAlgorithmException(String)
UnsupportedDigestAlgorithmException(IntPtr, JniHandleOwnership)
UnsupportedDigestAlgorithmException(String, Throwable)

UnsupportedDigestAlgorithmException()

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

注釈

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

適用対象

UnsupportedDigestAlgorithmException(String)

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

パラメーター

message
String
属性

注釈

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

適用対象

UnsupportedDigestAlgorithmException(IntPtr, JniHandleOwnership)

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

パラメーター

javaReference
IntPtr

nativeint

注釈

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

適用対象

UnsupportedDigestAlgorithmException(String, Throwable)

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

パラメーター

message
String
cause
Throwable
属性

注釈

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

適用対象