#include <WSensorException.h>
◆ WSensorException() [1/3]
WToolboxException::WSensorException::WSensorException |
( |
| ) |
|
|
inline |
◆ WSensorException() [2/3]
WToolboxException::WSensorException::WSensorException |
( |
String^ |
message | ) |
|
|
inline |
◆ WSensorException() [3/3]
WToolboxException::WSensorException::WSensorException |
( |
String^ |
message, |
|
|
Exception^ |
inner |
|
) |
| |
|
inline |
◆ ErrorCode
property String WToolboxException::WSensorException::ErrorCode |
Initial value:{
String^ get() {
return _code;
}
void set(String^ x) {
_code = x;
}
}
private:
String^ _code = ""
The documentation for this class was generated from the following file: