RAMvader  1.4
A .NET library which provides access to other processes' memory space.
RAMvader.InstanceNotAttachedException Class Reference

Exception thrown when a method that requires the Target instance to be attached is called, while the Target is in a "not attached" state (i.e., the Target 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 Target instance to be attached is called, while the Target is in a "not attached" state (i.e., the Target hasn't been attached to any target process yet).

Constructor & Destructor Documentation

◆ InstanceNotAttachedException()

RAMvader.InstanceNotAttachedException.InstanceNotAttachedException ( )

Constructor.