libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::InvalidIrpException Class Referencefinal

Thrown when the expected type doesn't match the actual type. More...

#include <InvalidIrpException.hh>

Inheritance diagram for introvirt::windows::InvalidIrpException:
Collaboration diagram for introvirt::windows::InvalidIrpException:

Public Member Functions

 InvalidIrpException (const std::string &message)
 Construct a new InvalidIrpException instance.
 
- Public Member Functions inherited from introvirt::TraceableException
int error_code () const
 Get the errno value if one was set.
 
 TraceableException (TraceableException &&) noexcept
 Move constructor.
 
TraceableExceptionoperator= (TraceableException &&) noexcept
 Move assignment operator.
 
 ~TraceableException () override
 Destroy the instance.
 

Additional Inherited Members

- Protected Member Functions inherited from introvirt::TraceableException
 TraceableException (const std::string &msg)
 Construct a new Traceable Exception object.
 
 TraceableException (const std::string &msg, int err)
 Construct a new Traceable Exception object with an erro code.
 

Detailed Description

Thrown when the expected type doesn't match the actual type.

For example, creating a FILE_OBJECT using a pointer to a DRIVER_OBJECT

Constructor & Destructor Documentation

◆ InvalidIrpException()

introvirt::windows::InvalidIrpException::InvalidIrpException ( const std::string &  message)

Construct a new InvalidIrpException instance.

Parameters
messageThe error message

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