InvalidEchDataException 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
| Name | Description |
|---|---|
| InvalidEchDataException(String) | |
| InvalidEchDataException(IntPtr, JniHandleOwnership) |
InvalidEchDataException(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=37)]
public InvalidEchDataException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=37)>]
new Android.Net.Ssl.InvalidEchDataException : string -> Android.Net.Ssl.InvalidEchDataException
Parameters
- message
- String
- Attributes
Applies to
InvalidEchDataException(IntPtr, JniHandleOwnership)
protected InvalidEchDataException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Ssl.InvalidEchDataException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Ssl.InvalidEchDataException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership