Condividi tramite


UnsupportedDigestAlgorithmException Costruttori

Definizione

Overload

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

UnsupportedDigestAlgorithmException()

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

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

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

Parametri

message
String
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

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

Parametri

javaReference
IntPtr

nativeint

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

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

Parametri

message
String
cause
Throwable
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a