Langue

UnknownAuthenticationKeyException Constructeurs

Définition

Surcharges

Nom Description
UnknownAuthenticationKeyException(String)

Construit une nouvelle UnknownAuthenticationKeyException exception.

UnknownAuthenticationKeyException(IntPtr, JniHandleOwnership)
UnknownAuthenticationKeyException(String, Throwable)

Construit une nouvelle UnknownAuthenticationKeyException exception.

UnknownAuthenticationKeyException(String)

Construit une nouvelle UnknownAuthenticationKeyException exception.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)]
public UnknownAuthenticationKeyException(string message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)>]
new Android.Security.Identity.UnknownAuthenticationKeyException : string -> Android.Security.Identity.UnknownAuthenticationKeyException

Paramètres

message
String

message détaillé.

Attributs

Remarques

Construit une nouvelle UnknownAuthenticationKeyException exception.

Java documentation pour android.security.identity.UnknownAuthenticationKeyException.UnknownAuthenticationKeyException(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 à

UnknownAuthenticationKeyException(IntPtr, JniHandleOwnership)

protected UnknownAuthenticationKeyException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Identity.UnknownAuthenticationKeyException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Identity.UnknownAuthenticationKeyException

Paramètres

javaReference
IntPtr

nativeint

S’applique à

UnknownAuthenticationKeyException(String, Throwable)

Construit une nouvelle UnknownAuthenticationKeyException exception.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)]
public UnknownAuthenticationKeyException(string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=30)>]
new Android.Security.Identity.UnknownAuthenticationKeyException : string * Java.Lang.Throwable -> Android.Security.Identity.UnknownAuthenticationKeyException

Paramètres

message
String

message détaillé.

cause
Throwable

la cause.

Attributs

Remarques

Construit une nouvelle UnknownAuthenticationKeyException exception.

Java documentation pour android.security.identity.UnknownAuthenticationKeyException.UnknownAuthenticationKeyException(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 à