RAMvader  1.3
A C# library which provides access to other processes' memory space.
RAMvader.InstanceNotAttachedException Class Reference

Exception thrown when a method that requires the RAMvaderTarget instance to be attached is called, while the RAMvaderTarget is in a "not attached" state (i.e., the RAMvaderTarget hasn't been attached to any target process yet). More...

Inherits RAMvader.RAMvaderException.

Public Member Functions

 InstanceNotAttachedException ()
 Constructor. More...
 
- Public Member Functions inherited from RAMvader.RAMvaderException
 RAMvaderException (string msg)
 Constructor. More...
 

Detailed Description

Exception thrown when a method that requires the RAMvaderTarget instance to be attached is called, while the RAMvaderTarget is in a "not attached" state (i.e., the RAMvaderTarget hasn't been attached to any target process yet).

Constructor & Destructor Documentation

◆ InstanceNotAttachedException()

RAMvader.InstanceNotAttachedException.InstanceNotAttachedException ( )

Constructor.