Loading...
Searching...
No Matches
GenericException Struct Reference

Public Member Functions

 GenericException (const char *description)
Public Member Functions inherited from BinaryNinja::ExceptionWithStackTrace
 ExceptionWithStackTrace (const std::string &message)
 ExceptionWithStackTrace (std::exception_ptr exc1, std::exception_ptr exc2)
const char * what () const noexcept override

Additional Inherited Members

Public Attributes inherited from BinaryNinja::ExceptionWithStackTrace
std::string m_originalMessage
std::string m_message
std::string m_stackTrace

Constructor & Destructor Documentation

◆ GenericException()

GenericException::GenericException ( const char * description)
inline