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

An exception which is thrown when the user tries to attach a 32-bits process to a 64-bits target process. More...

Inherits RAMvader.RAMvaderException.

Public Member Functions

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

Detailed Description

An exception which is thrown when the user tries to attach a 32-bits process to a 64-bits target process.

Constructor & Destructor Documentation

◆ UnsupportedPointerSizeException()

RAMvader.UnsupportedPointerSizeException.UnsupportedPointerSizeException ( string  msg)

Constructor.

Parameters
msgThe message to be associated with the exception.