DeviceException

Wisej.Hybrid.Shared.Core.DeviceException

Namespace: Wisej.Hybrid.Shared.Core

Assembly: Wisej.Hybrid (3.5.0.0)

Represents an error that occurs during device command execution.

public class DeviceException : Exception

Constructors

DeviceException(message)

Creates a new instance of DeviceException with the given configuration.

Name
Type
Description

message

The exception message.

Properties

StackTrace

String: The exception stack trace.

Last updated