TDME2  1.9.200
NetworkSocketException.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
7 
9 
10 /**
11  * Socket exception class
12  * @author Andreas Drewke
13  */
15 public:
16  /**
17  * Constructor
18  * @param &message message exception message
19  */
20  NetworkSocketException(const string &message) throw();
21 };
Base exception class for network exceptions.
NetworkSocketException(const string &message)
Constructor.