WinSock error. More...
#include "Network.hpp"

Public Member Functions | |
| WinSockAPIError (unsigned long Error_) | |
| Constructor. More... | |
| WinSockAPIError (unsigned long Error_, const NetAddressT &Address_) | |
| Constructor. More... | |
Public Attributes | |
| unsigned long | Error |
| Error code. More... | |
| NetAddressT | Address |
| Remote address on which this error occured. More... | |
WinSock error.
|
inline |
Constructor.
| Error_ | Error code. |
|
inline |
Constructor.
| Error_ | Error code. |
| Address_ | Remote address of this error. |
| NetAddressT NetDataT::WinSockAPIError::Address |
Remote address on which this error occured.
| unsigned long NetDataT::WinSockAPIError::Error |
Error code.