Lenguaje

MalformedChallengeException Constructores

Definición

Sobrecargas

Nombre Description
MalformedChallengeException()

Crea una nueva excepción MalformedChallengeException con un null mensaje de detalle.

MalformedChallengeException(String)

Crea una nueva excepción MalformedChallengeException con el mensaje especificado.

MalformedChallengeException(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

MalformedChallengeException(String, Throwable)

Crea una nueva excepción MalformedChallengeException con el mensaje de detalle y la causa especificados.

MalformedChallengeException()

Crea una nueva excepción MalformedChallengeException con un null mensaje de detalle.

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

Comentarios

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

MalformedChallengeException(String)

Crea una nueva excepción MalformedChallengeException con el mensaje especificado.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public MalformedChallengeException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Authentication.MalformedChallengeException : string -> Org.Apache.Http.Authentication.MalformedChallengeException

Parámetros

message
String
Atributos

Comentarios

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

MalformedChallengeException(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

protected MalformedChallengeException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Authentication.MalformedChallengeException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Authentication.MalformedChallengeException

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

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

MalformedChallengeException(String, Throwable)

Crea una nueva excepción MalformedChallengeException con el mensaje de detalle y la causa especificados.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public MalformedChallengeException(string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Org.Apache.Http.Authentication.MalformedChallengeException : string * Java.Lang.Throwable -> Org.Apache.Http.Authentication.MalformedChallengeException

Parámetros

message
String
cause
Throwable
Atributos

Comentarios

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