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

Exception thrown when trying to instantiate an Injector<TMemoryAlterationSetID, TCodeCave, TVariable> whose generic parameters are illegal for some reason. All Injector<TMemoryAlterationSetID, TCodeCave, TVariable>'s generic parameters should be enumerations. More...

Inherits RAMvader.CodeInjection.InjectorException.

Public Member Functions

 InjectorGenericParametersException (string msg)
 Constructor. More...
 
- Public Member Functions inherited from RAMvader.CodeInjection.InjectorException
 InjectorException (string msg)
 Constructor. More...
 
- Public Member Functions inherited from RAMvader.RAMvaderException
 RAMvaderException (string msg)
 Constructor. More...
 

Detailed Description

Exception thrown when trying to instantiate an Injector<TMemoryAlterationSetID, TCodeCave, TVariable> whose generic parameters are illegal for some reason. All Injector<TMemoryAlterationSetID, TCodeCave, TVariable>'s generic parameters should be enumerations.

Constructor & Destructor Documentation

◆ InjectorGenericParametersException()

RAMvader.CodeInjection.InjectorGenericParametersException.InjectorGenericParametersException ( string  msg)

Constructor.

Parameters
msgThe message to be associated with the exception.