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