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

Exception thrown when the RAMvader library fails to find a module in the target process' modules list. More...

Inherits RAMvader.RAMvaderException.

Public Member Functions

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

Detailed Description

Exception thrown when the RAMvader library fails to find a module in the target process' modules list.

Constructor & Destructor Documentation

◆ ModuleNotFoundException()

RAMvader.ModuleNotFoundException.ModuleNotFoundException ( string  moduleName)

Constructor.

Parameters
moduleNameThe name of the module which has not been found.