Skip to content

Constructor DeviceException

Namespace: Belay.Core
Assembly: Belay.Core.dll

DeviceException(string)

Initializes a new instance of the class.

csharp
public DeviceException(string message)

Parameters

message string

The error message.

DeviceException(string, Exception)

Initializes a new instance of the class.

csharp
public DeviceException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.

Released under the Apache License 2.0.