netLink C++ 11
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
netLink::Exception Class Reference

netLink Exceptions More...

#include <Core.h>

Public Types

enum  Code {
  ERROR_IOCTL = 1 , ERROR_SELECT = 2 , ERROR_SET_SOCK_OPT = 3 , ERROR_GET_SOCK_NAME = 4 ,
  ERROR_RESOLVING_ADDRESS = 5 , ERROR_READ = 6 , ERROR_SEND = 7 , ERROR_INIT = 8 ,
  BAD_PROTOCOL = 9 , BAD_TYPE = 10
}
 Types of errors.
 

Public Member Functions

 Exception (Code _code)
 Initialize from error code.
 

Public Attributes

enum netLink::Exception::Code code
 Exceptions error code.
 

Detailed Description

netLink Exceptions


The documentation for this class was generated from the following file: