GetCredentialException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| GetCredentialException(String) |
Costruisce un oggetto |
| GetCredentialException(IntPtr, JniHandleOwnership) | |
| GetCredentialException(String, Throwable) |
Costruisce un oggetto |
| GetCredentialException(String, String) |
Costruisce un oggetto |
| GetCredentialException(String, String, Throwable) |
Costruisce un oggetto |
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
- transfer
- JniHandleOwnership
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.
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.
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.
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.