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

An exception which is thrown when the user tries to perform a read or write operation using a data type that is not supported by the library. More...

Inherits RAMvader.RAMvaderException.

Public Member Functions

 UnsupportedDataTypeException (Type dataType)
 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 perform a read or write operation using a data type that is not supported by the library.

Constructor & Destructor Documentation

◆ UnsupportedDataTypeException()

RAMvader.UnsupportedDataTypeException.UnsupportedDataTypeException ( Type  dataType)

Constructor.

Parameters
dataTypeThe data type for which RAMvader does not offer support to.