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