Share via


MessageDecryptionException Constructors

Definition

Overloads

MessageDecryptionException(String)

Constructs a new MessageDecryptionException exception.

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

Constructs a new MessageDecryptionException exception.

MessageDecryptionException(String)

Constructs a new 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

Parameters

message
String

the detail message.

Attributes

Remarks

Constructs a new MessageDecryptionException exception.

Java documentation for android.security.identity.MessageDecryptionException.MessageDecryptionException(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

MessageDecryptionException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

MessageDecryptionException(String, Throwable)

Constructs a new 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

Parameters

message
String

the detail message.

cause
Throwable

the cause.

Attributes

Remarks

Constructs a new MessageDecryptionException exception.

Java documentation for android.security.identity.MessageDecryptionException.MessageDecryptionException(java.lang.String, java.lang.Throwable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to