Compartilhar via


UnsupportedDigestAlgorithmException Construtores

Definição

Sobrecargas

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

UnsupportedDigestAlgorithmException()

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

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se 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

Parâmetros

message
String
Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se 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

Parâmetros

javaReference
IntPtr

nativeint

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se 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

Parâmetros

message
String
cause
Throwable
Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a