Share via


KeyPermanentlyInvalidatedException Constructors

Definition

Overloads

KeyPermanentlyInvalidatedException()

Constructs a new KeyPermanentlyInvalidatedException without detail message and cause.

KeyPermanentlyInvalidatedException(String)

Constructs a new KeyPermanentlyInvalidatedException with the provided detail message and no cause.

KeyPermanentlyInvalidatedException(IntPtr, JniHandleOwnership)
KeyPermanentlyInvalidatedException(String, Throwable)

Constructs a new KeyPermanentlyInvalidatedException with the provided detail message and cause.

KeyPermanentlyInvalidatedException()

Constructs a new KeyPermanentlyInvalidatedException without detail message and cause.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=23)]
public KeyPermanentlyInvalidatedException ();
Attributes

Remarks

Constructs a new KeyPermanentlyInvalidatedException without detail message and cause.

Java documentation for android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException().

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

KeyPermanentlyInvalidatedException(String)

Constructs a new KeyPermanentlyInvalidatedException with the provided detail message and no cause.

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

Parameters

message
String
Attributes

Remarks

Constructs a new KeyPermanentlyInvalidatedException with the provided detail message and no cause.

Java documentation for android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException(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

KeyPermanentlyInvalidatedException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Remarks

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

KeyPermanentlyInvalidatedException(String, Throwable)

Constructs a new KeyPermanentlyInvalidatedException with the provided detail message and cause.

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

Parameters

message
String
cause
Throwable
Attributes

Remarks

Constructs a new KeyPermanentlyInvalidatedException with the provided detail message and cause.

Java documentation for android.security.keystore.KeyPermanentlyInvalidatedException.KeyPermanentlyInvalidatedException(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