QuicException Constructores

Definición

Sobrecargas

Nombre Description
QuicException(IntPtr, JniHandleOwnership)
QuicException(String, Throwable)

Construye una excepción causada por un error de protocolo QUIC.

QuicException(IntPtr, JniHandleOwnership)

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

Parámetros

javaReference
IntPtr

nativeint

Se aplica a

QuicException(String, Throwable)

Construye una excepción causada por un error de protocolo QUIC.

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

Parámetros

message
String

explicación del error.

cause
Throwable

la causa (que se guarda para la recuperación posterior mediante el java.io.IOException#getCause getCause() método ). Se permite un valor NULL e indica que la causa es inexistente o desconocida.

Atributos

Comentarios

Construye una excepción causada por un error de protocolo QUIC.

Java documentación para android.net.http.QuicException.QuicException(java.lang.String, java.lang.Throwable).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a