|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
RPC operation timed out. More...
#include <exceptions.h>
Inheritance diagram for profinet::RPCTimeoutError:
Collaboration diagram for profinet::RPCTimeoutError:Public Member Functions | |
| RPCTimeoutError (const std::string &message) | |
| Construct with a human-readable message. | |
Public Member Functions inherited from profinet::RPCError | |
| RPCError (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. | |
RPC operation timed out.
Definition at line 586 of file exceptions.h.
|
inlineexplicit |
Construct with a human-readable message.
| message | Description of the error. |
Definition at line 591 of file exceptions.h.