Class InvalidBluetoothDeviceException
- Namespace
- Jabra.NET.Sdk.DevicePairing
- Assembly
- Jabra.NET.Sdk.DevicePairing.dll
[Serializable]
public class InvalidBluetoothDeviceException : FeatureNotSupportedException, ISerializable
- Inheritance
-
JabraExceptionFeatureNotSupportedExceptionInvalidBluetoothDeviceException
- Implements
- Inherited Members
-
JabraException.ToString()JabraException.Type
Constructors
InvalidBluetoothDeviceException()
public InvalidBluetoothDeviceException()
InvalidBluetoothDeviceException(SerializationInfo, StreamingContext)
protected InvalidBluetoothDeviceException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
InvalidBluetoothDeviceException(string?)
public InvalidBluetoothDeviceException(string? message)
Parameters
message
string
InvalidBluetoothDeviceException(string?, Exception?)
public InvalidBluetoothDeviceException(string? message, Exception? innerException)