Langue

GetCredentialException Constructeurs

Définition

Surcharges

Nom Description
GetCredentialException(String)

Construit un objet GetCredentialException.

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

Construit un objet GetCredentialException.

GetCredentialException(String, String)

Construit un objet GetCredentialException.

GetCredentialException(String, String, Throwable)

Construit un objet GetCredentialException.

GetCredentialException(String)

Construit un objet 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

Paramètres

type
String
Attributs

Remarques

Construit un objet GetCredentialException.

Java documentation pour android.credentials.GetCredentialException.GetCredentialException(java.lang.String).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

GetCredentialException(IntPtr, JniHandleOwnership)

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

Paramètres

javaReference
IntPtr

nativeint

S’applique à

GetCredentialException(String, Throwable)

Construit un objet 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

Paramètres

type
String
cause
Throwable
Attributs

Remarques

Construit un objet GetCredentialException.

Java documentation pour android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.Throwable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

GetCredentialException(String, String)

Construit un objet 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

Paramètres

type
String
message
String
Attributs

Remarques

Construit un objet GetCredentialException.

Java documentation pour android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.String).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

GetCredentialException(String, String, Throwable)

Construit un objet 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

Paramètres

type
String
message
String
cause
Throwable
Attributs

Remarques

Construit un objet GetCredentialException.

Java documentation pour android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.String, java.lang.Throwable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à