Table of Contents

Class DeviceNotPairedException

Namespace
Jabra.NET.Sdk.DevicePairing
Assembly
Jabra.NET.Sdk.DevicePairing.dll
[Serializable]
public class DeviceNotPairedException : SdkUsageException, ISerializable
Inheritance
JabraException
SdkUsageException
DeviceNotPairedException
Implements
Inherited Members
JabraException.ToString()
JabraException.Type

Constructors

DeviceNotPairedException()

public DeviceNotPairedException()

DeviceNotPairedException(IBluetoothAddress)

public DeviceNotPairedException(IBluetoothAddress address)

Parameters

address IBluetoothAddress

DeviceNotPairedException(SerializationInfo, StreamingContext)

public DeviceNotPairedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

DeviceNotPairedException(string)

public DeviceNotPairedException(string message)

Parameters

message string

DeviceNotPairedException(string, Exception)

public DeviceNotPairedException(string message, Exception innerException)

Parameters

message string
innerException Exception