Udostępnij za pośrednictwem


EphemeralPublicKeyNotFoundException Constructors

Definition

Overloads

EphemeralPublicKeyNotFoundException(String)

Constructs a new EphemeralPublicKeyNotFoundException exception.

EphemeralPublicKeyNotFoundException(IntPtr, JniHandleOwnership)
EphemeralPublicKeyNotFoundException(String, Throwable)

Constructs a new EphemeralPublicKeyNotFoundException exception.

EphemeralPublicKeyNotFoundException(String)

Constructs a new EphemeralPublicKeyNotFoundException exception.

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

Parameters

message
String

the detail message.

Attributes

Remarks

Constructs a new EphemeralPublicKeyNotFoundException exception.

Java documentation for android.security.identity.EphemeralPublicKeyNotFoundException.EphemeralPublicKeyNotFoundException(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

EphemeralPublicKeyNotFoundException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

EphemeralPublicKeyNotFoundException(String, Throwable)

Constructs a new EphemeralPublicKeyNotFoundException exception.

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

Parameters

message
String

the detail message.

cause
Throwable

the cause.

Attributes

Remarks

Constructs a new EphemeralPublicKeyNotFoundException exception.

Java documentation for android.security.identity.EphemeralPublicKeyNotFoundException.EphemeralPublicKeyNotFoundException(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