|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
Socket operation error. More...
#include <exceptions.h>
Inheritance diagram for profinet::SocketError:
Collaboration diagram for profinet::SocketError:Public Member Functions | |
| SocketError (const std::string &message) | |
| Construct with a human-readable message. | |
Public Member Functions inherited from profinet::ProfinetError | |
| ProfinetError (const std::string &message) | |
| Construct with a human-readable message. | |
Socket operation error.
Definition at line 662 of file exceptions.h.
|
inlineexplicit |
Construct with a human-readable message.
| message | Description of the error. |
Definition at line 667 of file exceptions.h.