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