Odil
A C++11 library for the DICOM standard
|
Exception reported when receiving a message after the association was aborted. More...
#include <Association.h>
Public Member Functions | |
AssociationAborted (unsigned char source, unsigned char reason) | |
Constructor. More... | |
![]() | |
Exception (std::string const &message="") | |
Message string constructor. More... | |
virtual | ~Exception () noexcept |
Destructor. More... | |
virtual const char * | what () const noexcept |
Return the reason for the exception. More... | |
Public Attributes | |
uint8_t | source |
Source of the error. More... | |
uint8_t | reason |
Reason of the error. More... | |
Additional Inherited Members | |
![]() | |
std::string | _message |
Message of the exception. More... | |
Exception reported when receiving a message after the association was aborted.
|
inline |
Constructor.
uint8_t odil::AssociationAborted::reason |
Reason of the error.
uint8_t odil::AssociationAborted::source |
Source of the error.