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.