OWLIFT .NET Library for Windows: OWLIFT.OwException Class Reference
OWLIFT .NET Library for Windows  1.9.3
Top Page
List of all members | Public Member Functions | Properties
OWLIFT.OwException Class Reference
Inheritance diagram for OWLIFT.OwException:

Public Member Functions

 OwException (OwStatus st, string msg, OwHostErrorCode he, OwSensorErrorCode se, OwFirmwareErrorCode fe)
 

Properties

OwStatus Status [get]
 
OwHostErrorCode HostErrorCode [get]
 
OwSensorErrorCode SensorErrorCode [get]
 
OwFirmwareErrorCode FirmwareErrorCode [get]
 

Detailed Description

Represents an exception that receives the error information ocurred in this library.

Constructor & Destructor Documentation

◆ OwException()

OWLIFT.OwException.OwException ( OwStatus  st,
string  msg,
OwHostErrorCode  he,
OwSensorErrorCode  se,
OwFirmwareErrorCode  fe 
)

The constructor.

Parameters
st[in] The library error code.
msg[in] The error message.
he[in] The host error code.
se[in] The sensor error code.
fe[in] The device error code.

Property Documentation

◆ FirmwareErrorCode

OwFirmwareErrorCode OWLIFT.OwException.FirmwareErrorCode
get

The device error code.

◆ HostErrorCode

OwHostErrorCode OWLIFT.OwException.HostErrorCode
get

The host error code.

◆ SensorErrorCode

OwSensorErrorCode OWLIFT.OwException.SensorErrorCode
get

The sensor error code.

◆ Status

OwStatus OWLIFT.OwException.Status
get

The library error code.