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

The base class for all exceptions from the RAMvader library. More...

Inherits Exception.

Inherited by RAMvader.CodeInjection.InjectorException, RAMvader.InstanceAlreadyAttachedException, RAMvader.InstanceNotAttachedException, RAMvader.ModuleNotFoundException, RAMvader.NotImplementedException, RAMvader.PointerDataLostException, RAMvader.RequiredIOException, RAMvader.UnexpectedDataTypeSizeException, RAMvader.UnmatchedCodeCaveIdentifierException, RAMvader.UnsupportedDataTypeException, and RAMvader.UnsupportedPointerSizeException.

Public Member Functions

 RAMvaderException (string msg)
 Constructor. More...
 

Detailed Description

The base class for all exceptions from the RAMvader library.

Constructor & Destructor Documentation

◆ RAMvaderException()

RAMvader.RAMvaderException.RAMvaderException ( string  msg)

Constructor.

Parameters
msgThe message associated to the exception.