UnsupportedDigestAlgorithmException Constructors

Definition

Overloads

UnsupportedDigestAlgorithmException()

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

Remarks

Portions of this documentation are derived from Apache HTTP Components, developed by the Apache Software Foundation and licensed under the Apache License, Version 2.0.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

message
String
Attributes

Remarks

Portions of this documentation are derived from Apache HTTP Components, developed by the Apache Software Foundation and licensed under the Apache License, Version 2.0.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this documentation are derived from Apache HTTP Components, developed by the Apache Software Foundation and licensed under the Apache License, Version 2.0.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

message
String
cause
Throwable
Attributes

Remarks

Portions of this documentation are derived from Apache HTTP Components, developed by the Apache Software Foundation and licensed under the Apache License, Version 2.0.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to