TDME2 1.9.121
|
Base exception class for network exceptions. More...
#include <tdme/os/network/NetworkException.h>
Public Member Functions | |
NetworkException (const string &message) throw () | |
public constructor More... | |
![]() | |
ExceptionBase (const string &message) throw () | |
Public constructor. More... | |
~ExceptionBase () throw () | |
Base exception class for network exceptions.
Definition at line 16 of file NetworkException.h.
NetworkException | ( | const string & | message | ) | |
throw | ( | ||||
) |
public constructor
&message | message exception message |
Definition at line 14 of file NetworkException.cpp.