AuthenticationException Construtores

Definição

Sobrecargas

Nome Description
AuthenticationException()

Cria uma nova AuthenticationException com uma null mensagem de detalhes.

AuthenticationException(String)

Cria uma nova AuthenticationException com a mensagem especificada.

AuthenticationException(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

AuthenticationException(String, Throwable)

Cria uma nova AuthenticationException com a causa e a mensagem de detalhes especificadas.

AuthenticationException()

Cria uma nova AuthenticationException com uma null mensagem de detalhes.

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

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a

AuthenticationException(String)

Cria uma nova AuthenticationException com a mensagem especificada.

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

Parâmetros

message
String
Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a

AuthenticationException(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

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

Parâmetros

javaReference
IntPtr

nativeint

A IntPtrcontendo uma referência de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

A JniHandleOwnershipindicando como manusear javaReference

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a

AuthenticationException(String, Throwable)

Cria uma nova AuthenticationException com a causa e a mensagem de detalhes especificadas.

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

Parâmetros

message
String
cause
Throwable
Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a