Condividi tramite


NetworkException Constructors

Definition

Overloads

NetworkException(IntPtr, JniHandleOwnership)
NetworkException(String, Throwable)

NetworkException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

NetworkException(String, Throwable)

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

Parameters

message
String
cause
Throwable
Attributes

Applies to