|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
DCE/RPC protocol errors. More...
#include <exceptions.h>
Inheritance diagram for profinet::RPCError:
Collaboration diagram for profinet::RPCError:Public Member Functions | |
| 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. | |
DCE/RPC protocol errors.
Definition at line 574 of file exceptions.h.
|
inlineexplicit |
Construct with a human-readable message.
| message | Description of the error. |
Definition at line 579 of file exceptions.h.