DeviceException
Namespace: Wisej.Hybrid.Shared.Core
Assembly: Wisej.Hybrid
Represents an error that occurs during device command execution.
- C#
- VB.NET
public class DeviceException : Exception
Public Class DeviceException
Inherits Exception
Constructors
DeviceException(message)
Creates a new instance of DeviceException with the given configuration.
| Name | Type | Description |
|---|---|---|
| message | String | The exception message. |
Properties
StackTrace
String: The exception stack trace.