Share via


IdentityCredentialException Constructors

Definition

Overloads

IdentityCredentialException(String)

Constructs a new IdentityCredentialException exception.

IdentityCredentialException(IntPtr, JniHandleOwnership)
IdentityCredentialException(String, Throwable)

Constructs a new IdentityCredentialException exception.

IdentityCredentialException(String)

Constructs a new IdentityCredentialException exception.

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

Parameters

message
String

the detail message.

Attributes

Remarks

Constructs a new IdentityCredentialException exception.

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

IdentityCredentialException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

IdentityCredentialException(String, Throwable)

Constructs a new IdentityCredentialException exception.

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

Parameters

message
String

the detail message.

cause
Throwable

the cause.

Attributes

Remarks

Constructs a new IdentityCredentialException exception.

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