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

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

#include <dnp3.hpp>

Inheritance diagram for dnp3::ReadException:

Public Member Functions

 ReadException (ReadError error)
 construct the exception with an instance of the enum More...
 

Public Attributes

ReadError error
 underlying error enum More...
 

Detailed Description

Exception type corresponding to the underlying error enum ReadError.

Constructor & Destructor Documentation

◆ ReadException()

dnp3::ReadException::ReadException ( ReadError  error)
inline

construct the exception with an instance of the enum

Member Data Documentation

◆ error

ReadError dnp3::ReadException::error

underlying error enum


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