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

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

#include <dnp3.hpp>

Inheritance diagram for dnp3::RestartException:

Public Member Functions

 RestartException (RestartError error)
 construct the exception with an instance of the enum More...
 

Public Attributes

RestartError error
 underlying error enum More...
 

Detailed Description

Exception type corresponding to the underlying error enum RestartError.

Constructor & Destructor Documentation

◆ RestartException()

dnp3::RestartException::RestartException ( RestartError  error)
inline

construct the exception with an instance of the enum

Member Data Documentation

◆ error

RestartError dnp3::RestartException::error

underlying error enum


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