Class SocketException

Inheritance Relationships

Base Type

  • public runtime_error

Class Documentation

class SocketException : public runtime_error

Exception class thrown by socket classes in this file.

Public Functions

inline SocketException(std::string description)

Constructor.

Parameters

description – Error message

inline ~SocketException()