Visioscan Set SDK Libraries 1.0.14
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)
 
 WSensorException (String^ message, Exception^ inner)
 

Public Attributes

property String ErrorCode
 

Constructor & Destructor Documentation

◆ 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

Member Data Documentation

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