Idioma

GetCredentialException Construtores

Definição

Sobrecargas

Nome Description
GetCredentialException(String)

Constrói um GetCredentialException.

GetCredentialException(IntPtr, JniHandleOwnership)
GetCredentialException(String, Throwable)

Constrói um GetCredentialException.

GetCredentialException(String, String)

Constrói um GetCredentialException.

GetCredentialException(String, String, Throwable)

Constrói um GetCredentialException.

GetCredentialException(String)

Constrói um GetCredentialException.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)]
public GetCredentialException(string type);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.Credentials.GetCredentialException : string -> Android.Credentials.GetCredentialException

Parâmetros

type
String
Atributos

Comentários

Constrói um GetCredentialException.

Java documentação para android.credentials.GetCredentialException.GetCredentialException(java.lang.String).

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

Aplica-se a

GetCredentialException(IntPtr, JniHandleOwnership)

protected GetCredentialException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Credentials.GetCredentialException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Credentials.GetCredentialException

Parâmetros

javaReference
IntPtr

nativeint

Aplica-se a

GetCredentialException(String, Throwable)

Constrói um GetCredentialException.

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

Parâmetros

type
String
cause
Throwable
Atributos

Comentários

Constrói um GetCredentialException.

Java documentação para android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.Throwable).

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

Aplica-se a

GetCredentialException(String, String)

Constrói um GetCredentialException.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=34)]
public GetCredentialException(string type, string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.Credentials.GetCredentialException : string * string -> Android.Credentials.GetCredentialException

Parâmetros

type
String
message
String
Atributos

Comentários

Constrói um GetCredentialException.

Java documentação para android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.String).

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

Aplica-se a

GetCredentialException(String, String, Throwable)

Constrói um GetCredentialException.

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

Parâmetros

type
String
message
String
cause
Throwable
Atributos

Comentários

Constrói um GetCredentialException.

Java documentação para android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.String, java.lang.Throwable).

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

Aplica-se a