IkeInternalException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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