Class DeviceNotPairedException
- Namespace
- Jabra.NET.Sdk.DevicePairing
- Assembly
- Jabra.NET.Sdk.DevicePairing.dll
[Serializable]
public class DeviceNotPairedException : SdkUsageException, ISerializable
- Inheritance
-
JabraExceptionSdkUsageExceptionDeviceNotPairedException
- Implements
- Inherited Members
-
JabraException.ToString()JabraException.Type
Constructors
DeviceNotPairedException()
public DeviceNotPairedException()
DeviceNotPairedException(IBluetoothAddress)
public DeviceNotPairedException(IBluetoothAddress address)
Parameters
addressIBluetoothAddress
DeviceNotPairedException(SerializationInfo, StreamingContext)
public DeviceNotPairedException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
DeviceNotPairedException(string)
public DeviceNotPairedException(string message)
Parameters
messagestring
DeviceNotPairedException(string, Exception)
public DeviceNotPairedException(string message, Exception innerException)