BluetoothSocketException 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
BluetoothSocketException(BluetoothSocketExceptionReason) | |
BluetoothSocketException(BluetoothSocketExceptionReason, String) | |
BluetoothSocketException(IntPtr, JniHandleOwnership) |
BluetoothSocketException(BluetoothSocketExceptionReason)
[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=34)]
public BluetoothSocketException (Android.Bluetooth.BluetoothSocketExceptionReason code);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=34)>]
new Android.Bluetooth.BluetoothSocketException : Android.Bluetooth.BluetoothSocketExceptionReason -> Android.Bluetooth.BluetoothSocketException
Parameters
- Attributes
Applies to
BluetoothSocketException(BluetoothSocketExceptionReason, String)
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=34)]
public BluetoothSocketException (Android.Bluetooth.BluetoothSocketExceptionReason code, string msg);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=34)>]
new Android.Bluetooth.BluetoothSocketException : Android.Bluetooth.BluetoothSocketExceptionReason * string -> Android.Bluetooth.BluetoothSocketException
Parameters
- msg
- String
- Attributes
Applies to
BluetoothSocketException(IntPtr, JniHandleOwnership)
protected BluetoothSocketException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Bluetooth.BluetoothSocketException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Bluetooth.BluetoothSocketException
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership