Linguaggio

GetCredentialException Costruttori

Definizione

Overload

Nome Descrizione
GetCredentialException(String)

Costruisce un oggetto GetCredentialException.

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

Costruisce un oggetto GetCredentialException.

GetCredentialException(String, String)

Costruisce un oggetto GetCredentialException.

GetCredentialException(String, String, Throwable)

Costruisce un oggetto GetCredentialException.

GetCredentialException(String)

Costruisce un oggetto 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

Parametri

type
String
Attributi

Commenti

Costruisce un oggetto GetCredentialException.

per android.credentials.GetCredentialException.GetCredentialException(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

GetCredentialException(IntPtr, JniHandleOwnership)

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

Parametri

javaReference
IntPtr

nativeint

Si applica a

GetCredentialException(String, Throwable)

Costruisce un oggetto 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

Parametri

type
String
cause
Throwable
Attributi

Commenti

Costruisce un oggetto GetCredentialException.

per android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.Throwable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

GetCredentialException(String, String)

Costruisce un oggetto 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

Parametri

type
String
message
String
Attributi

Commenti

Costruisce un oggetto GetCredentialException.

per android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

GetCredentialException(String, String, Throwable)

Costruisce un oggetto 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

Parametri

type
String
message
String
cause
Throwable
Attributi

Commenti

Costruisce un oggetto GetCredentialException.

per android.credentials.GetCredentialException.GetCredentialException(java.lang.String, java.lang.String, java.lang.Throwable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a