open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
opcua::BadDisconnect Class Reference

#include <exception.hpp>

Inheritance diagram for opcua::BadDisconnect:
[legend]

Detailed Description

Specific exception for open62541 status code UA_STATUSCODE_BADDISCONNECT.

Useful to catch Client disconnects.

Definition at line 36 of file exception.hpp.

Public Member Functions

 BadDisconnect ()
 
- Public Member Functions inherited from opcua::BadStatus
 BadStatus (UA_StatusCode code)
 
UA_StatusCode code () const noexcept
 
const char * what () const noexcept override
 

Constructor & Destructor Documentation

◆ BadDisconnect()

opcua::BadDisconnect::BadDisconnect ( )
inline

Definition at line 38 of file exception.hpp.