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

Exception thrown whenever there is a given feature has not been implemented in the library's code. More...

Inherits RAMvader.RAMvaderException.

Public Member Functions

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

Detailed Description

Exception thrown whenever there is a given feature has not been implemented in the library's code.

Constructor & Destructor Documentation

◆ NotImplementedException()

RAMvader.NotImplementedException.NotImplementedException ( string  msg)

Constructor.

Parameters
msgThe message to be associated with the exception.