CreateCredentialException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CreateCredentialException(String) |
Constrói um |
CreateCredentialException(IntPtr, JniHandleOwnership) | |
CreateCredentialException(String, Throwable) |
Constrói um |
CreateCredentialException(String, String) |
Constrói um |
CreateCredentialException(String, String, Throwable) |
Constrói um |
CreateCredentialException(String)
Constrói um 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
Parâmetros
- type
- String
- Atributos
Comentários
Constrói um CreateCredentialException
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
CreateCredentialException(IntPtr, JniHandleOwnership)
protected CreateCredentialException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Credentials.CreateCredentialException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Credentials.CreateCredentialException
Parâmetros
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Aplica-se a
CreateCredentialException(String, Throwable)
Constrói um 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
Parâmetros
- type
- String
- cause
- Throwable
- Atributos
Comentários
Constrói um CreateCredentialException
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
CreateCredentialException(String, String)
Constrói um 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
Parâmetros
- type
- String
- message
- String
- Atributos
Comentários
Constrói um CreateCredentialException
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
CreateCredentialException(String, String, Throwable)
Constrói um 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
Parâmetros
- type
- String
- message
- String
- cause
- Throwable
- Atributos
Comentários
Constrói um CreateCredentialException
.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.