Compartilhar via


EphemeralPublicKeyNotFoundException Construtores

Definição

Sobrecargas

EphemeralPublicKeyNotFoundException(String)

Constrói uma nova EphemeralPublicKeyNotFoundException exceção.

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

Constrói uma nova EphemeralPublicKeyNotFoundException exceção.

EphemeralPublicKeyNotFoundException(String)

Constrói uma nova EphemeralPublicKeyNotFoundException exceção.

[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

Parâmetros

message
String

a mensagem detalhada.

Atributos

Comentários

Constrói uma nova EphemeralPublicKeyNotFoundException exceção.

Documentação Java para android.security.identity.EphemeralPublicKeyNotFoundException.EphemeralPublicKeyNotFoundException(java.lang.String).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

EphemeralPublicKeyNotFoundException(IntPtr, JniHandleOwnership)

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

Parâmetros

javaReference
IntPtr

nativeint

Aplica-se a

EphemeralPublicKeyNotFoundException(String, Throwable)

Constrói uma nova EphemeralPublicKeyNotFoundException exceção.

[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

Parâmetros

message
String

a mensagem detalhada.

cause
Throwable

a causa.

Atributos

Comentários

Constrói uma nova EphemeralPublicKeyNotFoundException exceção.

Documentação Java para android.security.identity.EphemeralPublicKeyNotFoundException.EphemeralPublicKeyNotFoundException(java.lang.String, java.lang.Throwable).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a