Partager via


MessageDecryptionException Constructeurs

Définition

Surcharges

MessageDecryptionException(String)

Construit une nouvelle MessageDecryptionException exception.

MessageDecryptionException(IntPtr, JniHandleOwnership)
MessageDecryptionException(String, Throwable)

Construit une nouvelle MessageDecryptionException exception.

MessageDecryptionException(String)

Construit une nouvelle MessageDecryptionException exception.

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

Paramètres

message
String

message détaillé.

Attributs

Remarques

Construit une nouvelle MessageDecryptionException exception.

Documentation Java pour android.security.identity.MessageDecryptionException.MessageDecryptionException(java.lang.String).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

MessageDecryptionException(IntPtr, JniHandleOwnership)

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

Paramètres

javaReference
IntPtr

nativeint

S’applique à

MessageDecryptionException(String, Throwable)

Construit une nouvelle MessageDecryptionException exception.

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

Paramètres

message
String

message détaillé.

cause
Throwable

la cause.

Attributs

Remarques

Construit une nouvelle MessageDecryptionException exception.

Documentation Java pour android.security.identity.MessageDecryptionException.MessageDecryptionException(java.lang.String, java.lang.Throwable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à