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

Exception thrown whenever an operation fails to find an injection artifact (which includes injection variables and code caves). More...

Inherits RAMvader.CodeInjection.InjectorException.

Public Member Functions

 InjectionArtifactNotFoundException (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 whenever an operation fails to find an injection artifact (which includes injection variables and code caves).

Constructor & Destructor Documentation

◆ InjectionArtifactNotFoundException()

RAMvader.CodeInjection.InjectionArtifactNotFoundException.InjectionArtifactNotFoundException ( string  msg)

Constructor.

Parameters
msgThe message to be associated with the exception.