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

Exception thrown when the identifier given for a code cave does not match the expected enumeration type of identifiers for code caves of an CodeInjection.Injector<TMemoryAlterationSetID, TCodeCave, TVariable>. More...

Inherits RAMvader.RAMvaderException.

Public Member Functions

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

Detailed Description

Exception thrown when the identifier given for a code cave does not match the expected enumeration type of identifiers for code caves of an CodeInjection.Injector<TMemoryAlterationSetID, TCodeCave, TVariable>.

Constructor & Destructor Documentation

◆ UnmatchedCodeCaveIdentifierException()

RAMvader.UnmatchedCodeCaveIdentifierException.UnmatchedCodeCaveIdentifierException ( string  msg)

Constructor.

Parameters
msgThe message to be associated with the exception.