#include <WCommunicationException.h>
◆ 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 |
◆ _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: