Table of Contents

Class DeviceException

Namespace
Jabra.NET.Sdk.Core
Assembly
Jabra.NET.Sdk.dll

An error coming from the device

[Serializable]
public class DeviceException : JabraException, ISerializable
Inheritance
DeviceException
Implements
Inherited Members

Constructors

DeviceException()

public DeviceException()

DeviceException(SerializationInfo, StreamingContext)

protected DeviceException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

DeviceException(string?)

public DeviceException(string? message)

Parameters

message string

DeviceException(string?, Exception?)

public DeviceException(string? message, Exception? innerException)

Parameters

message string
innerException Exception