KeyExpiredException Constructors

Definition

Overloads

KeyExpiredException()

Constructs a new KeyExpiredException without detail message and cause.

KeyExpiredException(String)

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

KeyExpiredException(IntPtr, JniHandleOwnership)
KeyExpiredException(String, Throwable)

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

KeyExpiredException()

Constructs a new KeyExpiredException without detail message and cause.

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

Remarks

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

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

KeyExpiredException(String)

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

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

Parameters

message
String
Attributes

Remarks

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

KeyExpiredException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

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

KeyExpiredException(String, Throwable)

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

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

Parameters

message
String
cause
Throwable
Attributes

Remarks

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