CipherSuiteNotSupportedException Constructors

Definition

Overloads

CipherSuiteNotSupportedException(String)

Constructs a new CipherSuiteNotSupportedException exception.

CipherSuiteNotSupportedException(IntPtr, JniHandleOwnership)
CipherSuiteNotSupportedException(String, Throwable)

Constructs a new CipherSuiteNotSupportedException exception.

CipherSuiteNotSupportedException(String)

Constructs a new CipherSuiteNotSupportedException exception.

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

Parameters

message
String

the detail message.

Attributes

Remarks

Constructs a new CipherSuiteNotSupportedException exception.

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

CipherSuiteNotSupportedException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

CipherSuiteNotSupportedException(String, Throwable)

Constructs a new CipherSuiteNotSupportedException exception.

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

Parameters

message
String

the detail message.

cause
Throwable

the cause.

Attributes

Remarks

Constructs a new CipherSuiteNotSupportedException exception.

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