Skip to main content

DeviceException

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Represents an error that occurs during device command execution.

public class DeviceException : Exception

Constructors

Instance memberDeviceException(message)

Initializes a new instance of DeviceException with the given message.

NameTypeDescription
messageStringThe error message.

Properties

Instance memberStackTrace

String: The exception stack trace.