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

Exception thrown when the compiler reports an unexpected size for a basic type handled by the RAMvader library. This exception exists for safety purposes only, and should never be thrown on standard development environments. More...

Inherits RAMvader.RAMvaderException.

Public Member Functions

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

Detailed Description

Exception thrown when the compiler reports an unexpected size for a basic type handled by the RAMvader library. This exception exists for safety purposes only, and should never be thrown on standard development environments.

Constructor & Destructor Documentation

◆ UnexpectedDataTypeSizeException()

RAMvader.UnexpectedDataTypeSizeException.UnexpectedDataTypeSizeException ( string  msg)

Constructor.

Parameters
msgThe message to be associated with the exception.