次の方法で共有


NoAuthenticationKeyAvailableException Constructors

Definition

Overloads

NoAuthenticationKeyAvailableException(String)

Constructs a new NoAuthenticationKeyAvailableException exception.

NoAuthenticationKeyAvailableException(IntPtr, JniHandleOwnership)
NoAuthenticationKeyAvailableException(String, Throwable)

Constructs a new NoAuthenticationKeyAvailableException exception.

NoAuthenticationKeyAvailableException(String)

Constructs a new NoAuthenticationKeyAvailableException exception.

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

Parameters

message
String

the detail message.

Attributes

Remarks

Constructs a new NoAuthenticationKeyAvailableException exception.

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

NoAuthenticationKeyAvailableException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

NoAuthenticationKeyAvailableException(String, Throwable)

Constructs a new NoAuthenticationKeyAvailableException exception.

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

Parameters

message
String

the detail message.

cause
Throwable

the cause.

Attributes

Remarks

Constructs a new NoAuthenticationKeyAvailableException exception.

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