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