Linguaggio

CreateCredentialException Costruttori

Definizione

Overload

Nome Descrizione
CreateCredentialException(String)

Costruisce un oggetto CreateCredentialException.

CreateCredentialException(IntPtr, JniHandleOwnership)
CreateCredentialException(String, Throwable)

Costruisce un oggetto CreateCredentialException.

CreateCredentialException(String, String)

Costruisce un oggetto CreateCredentialException.

CreateCredentialException(String, String, Throwable)

Costruisce un oggetto CreateCredentialException.

CreateCredentialException(String)

Costruisce un oggetto CreateCredentialException.

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

Parametri

type
String
Attributi

Commenti

Costruisce un oggetto CreateCredentialException.

per android.credentials.CreateCredentialException.CreateCredentialException(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

CreateCredentialException(IntPtr, JniHandleOwnership)

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

Parametri

javaReference
IntPtr

nativeint

Si applica a

CreateCredentialException(String, Throwable)

Costruisce un oggetto CreateCredentialException.

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

Parametri

type
String
cause
Throwable
Attributi

Commenti

Costruisce un oggetto CreateCredentialException.

per android.credentials.CreateCredentialException.CreateCredentialException(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

CreateCredentialException(String, String)

Costruisce un oggetto CreateCredentialException.

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

Parametri

type
String
message
String
Attributi

Commenti

Costruisce un oggetto CreateCredentialException.

per android.credentials.CreateCredentialException.CreateCredentialException(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

CreateCredentialException(String, String, Throwable)

Costruisce un oggetto CreateCredentialException.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)]
public CreateCredentialException(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.CreateCredentialException : string * string * Java.Lang.Throwable -> Android.Credentials.CreateCredentialException

Parametri

type
String
message
String
cause
Throwable
Attributi

Commenti

Costruisce un oggetto CreateCredentialException.

per android.credentials.CreateCredentialException.CreateCredentialException(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