![]() |
RAMvader
1.4
A .NET library which provides access to other processes' memory space.
|
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... | |
![]() | |
RAMvaderException (string msg) | |
Constructor. More... | |
Exception thrown when the RAMvader library fails to find a module in the target process' modules list.
RAMvader.ModuleNotFoundException.ModuleNotFoundException | ( | string | moduleName | ) |
Constructor.
moduleName | The name of the module which has not been found. |