dnp3 (C++ API) 1.1.0
dnp3::CommandException Class Reference

Exception type corresponding to the underlying error enum CommandError. More...

#include <dnp3.hpp>

Inheritance diagram for dnp3::CommandException:

Public Member Functions

 CommandException (CommandError error)
 construct the exception with an instance of the enum More...
 

Public Attributes

CommandError error
 underlying error enum More...
 

Detailed Description

Exception type corresponding to the underlying error enum CommandError.

Constructor & Destructor Documentation

◆ CommandException()

dnp3::CommandException::CommandException ( CommandError  error)
inline

construct the exception with an instance of the enum

Member Data Documentation

◆ error

CommandError dnp3::CommandException::error

underlying error enum


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