![]() |
RAMvader
1.4
A .NET library which provides access to other processes' memory space.
|
Exception that is thrown when an I/O operation that was required to succeed returns a fail state. More...
Inherits RAMvader.RAMvaderException.
Inherited by RAMvader.RequiredReadException, and RAMvader.RequiredWriteException.
Public Member Functions | |
RequiredIOException (string msg) | |
Constructor. More... | |
![]() | |
RAMvaderException (string msg) | |
Constructor. More... | |
Exception that is thrown when an I/O operation that was required to succeed returns a fail state.
RAMvader.RequiredIOException.RequiredIOException | ( | string | msg | ) |
Constructor.
msg | The message associated to the exception. |