IkeInternalException Constructors

Definition

Overloads

IkeInternalException(Throwable)
IkeInternalException(String, Throwable)

IkeInternalException(Throwable)

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "", ApiSince=31)]
public IkeInternalException (Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.Exceptions.IkeInternalException : Java.Lang.Throwable -> Android.Net.IpSec.Ike.Exceptions.IkeInternalException

Parameters

cause
Throwable
Attributes

Applies to

IkeInternalException(String, Throwable)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=31)]
public IkeInternalException (string message, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.Exceptions.IkeInternalException : string * Java.Lang.Throwable -> Android.Net.IpSec.Ike.Exceptions.IkeInternalException

Parameters

message
String
cause
Throwable
Attributes

Applies to