Skip to main content

DeviceException

Namespace: Wisej.Hybrid.Shared.Core

Assembly: Wisej.Hybrid

Represents an error that occurs during device command execution.

public class DeviceException : Exception

Constructors​

Instance memberDeviceException(message)​

Creates a new instance of DeviceException with the given configuration.

NameTypeDescription
messageStringThe exception message.

Properties​

Instance memberStackTrace​

String: The exception stack trace.