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

#include <WCommunicationException.h>

Inheritance diagram for WToolboxException::WCommunicationException:

Public Member Functions

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

Public Attributes

property int ErrorCode
 
String _translateCode
 

Constructor & Destructor Documentation

◆ WCommunicationException() [1/3]

WToolboxException::WCommunicationException::WCommunicationException ( )
inline

◆ WCommunicationException() [2/3]

WToolboxException::WCommunicationException::WCommunicationException ( String^ message,
String^ translateCode )
inline

◆ WCommunicationException() [3/3]

WToolboxException::WCommunicationException::WCommunicationException ( String^ message,
Exception^ inner,
String^ translateCode )
inline

Member Data Documentation

◆ _translateCode

String WToolboxException::WCommunicationException::_translateCode

◆ ErrorCode

property int WToolboxException::WCommunicationException::ErrorCode
Initial value:
{
int get() {
return _code;
}
void set(int x) {
_code = x;
}
}
property String^ TranslateCode {
String^ get() {
}
}
private:
int _code = -1
String _translateCode
Definition WCommunicationException.h:29

The documentation for this class was generated from the following file: