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

A generic expection that might be thrown by the Injector<TMemoryAlterationSetID, TCodeCave, TVariable> class. More...

Inherits RAMvader.RAMvaderException.

Inherited by RAMvader.CodeInjection.IllegalInstructionGenerationException, RAMvader.CodeInjection.InjectionArtifactNotFoundException, RAMvader.CodeInjection.InjectionFailureException, RAMvader.CodeInjection.InjectorGenericParametersException, RAMvader.CodeInjection.InstanceAlreadyInjectedException, RAMvader.CodeInjection.InstanceNotInjectedException, RAMvader.CodeInjection.InstructionTooLargeException, RAMvader.CodeInjection.UnmatchedDataTypeException, RAMvader.CodeInjection.UnsupportedInstructionGenerationException, and RAMvader.CodeInjection.VirtualMemoryAllocationException.

Public Member Functions

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

Detailed Description

A generic expection that might be thrown by the Injector<TMemoryAlterationSetID, TCodeCave, TVariable> class.

Constructor & Destructor Documentation

◆ InjectorException()

RAMvader.CodeInjection.InjectorException.InjectorException ( string  msg)

Constructor.

Parameters
msgThe message used to initialize the Exception.