|
RAMvader
1.4
A .NET library which provides access to other processes' memory space.
|
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... | |
Exception that is thrown when an input/read operation that was required to succeed returns a fail state.
| RAMvader.RequiredReadException.RequiredReadException | ( | string | msg | ) |
Constructor.
| msg | The message associated to the exception. |