Class DeviceException
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
infoSerializationInfocontextStreamingContext
DeviceException(string?)
public DeviceException(string? message)
Parameters
messagestring
DeviceException(string?, Exception?)
public DeviceException(string? message, Exception? innerException)