Table of Contents

Class DeviceStateException

Namespace
Jabra.NET.Sdk.Maintenance
Assembly
Jabra.NET.Sdk.dll
[Serializable]
public class DeviceStateException : JabraException, ISerializable
Inheritance
DeviceStateException
Implements
Inherited Members

Constructors

DeviceStateException()

public DeviceStateException()

DeviceStateException(SerializationInfo, StreamingContext)

protected DeviceStateException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

DeviceStateException(string?)

public DeviceStateException(string? message)

Parameters

message string

DeviceStateException(string?, Exception?)

public DeviceStateException(string? message, Exception? innerException)

Parameters

message string
innerException Exception