Aracılığıyla paylaş


HttpException Constructors

Definition

Overloads

HttpException(IntPtr, JniHandleOwnership)
HttpException(String, Throwable)

HttpException(IntPtr, JniHandleOwnership)

protected HttpException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Http.HttpException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Http.HttpException

Parameters

javaReference
IntPtr

nativeint

Applies to

HttpException(String, Throwable)

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

Parameters

message
String
cause
Throwable
Attributes

Applies to