DeviceException

Wisej.Hybrid.DeviceException

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Represents an error that occurs during device command execution.

public class DeviceException : Exception

Constructors

DeviceException(message)

Initializes a new instance of DeviceException with the given message.

Name
Type
Description

message

The error message.

Properties

StackTrace

String: The exception stack trace.

Last updated