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

Exception that is thrown when an input/read operation that was required to succeed returns a fail state. More...

Inherits RAMvader.RequiredIOException.

Public Member Functions

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

Detailed Description

Exception that is thrown when an input/read operation that was required to succeed returns a fail state.

Constructor & Destructor Documentation

◆ RequiredReadException()

RAMvader.RequiredReadException.RequiredReadException ( string  msg)

Constructor.

Parameters
msgThe message associated to the exception.