Visioscan Set SDK Libraries 1.0.28
Visioscan Set SDK Help documentation file for C++ and C++/CLI
 
Loading...
Searching...
No Matches
WToolboxException::WSensorException Class Reference

#include <WSensorException.h>

Inheritance diagram for WToolboxException::WSensorException:

Public Member Functions

 WSensorException ()
 
 WSensorException (String^ message, String^ translateCode)
 
 WSensorException (String^ message, Exception^ inner, String^ translateCode)
 

Public Attributes

property String ErrorCode
 
String _translateCode
 

Constructor & Destructor Documentation

◆ 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

Member Data Documentation

◆ _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: