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

Thrown when trying to retreive the Idle thread. More...

#include <IdleThreadException.hh>

Inheritance diagram for introvirt::windows::IdleThreadException:
Collaboration diagram for introvirt::windows::IdleThreadException:

Public Member Functions

 IdleThreadException ()
 Construct a new IdleThreadException 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 trying to retreive the Idle thread.

On Windows, the Idle thread is not a valid kernel object. Callers should be checking to see if the KPCR is idle during CR3 events before accessing CurrentThread.

Constructor & Destructor Documentation

◆ IdleThreadException()

introvirt::windows::IdleThreadException::IdleThreadException ( )

Construct a new IdleThreadException instance.


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