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

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...
 
- 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 output/write operation that was required to succeed returns a fail state.

Constructor & Destructor Documentation

◆ RequiredWriteException()

RAMvader.RequiredWriteException.RequiredWriteException ( string  msg)

Constructor.

Parameters
msgThe message associated to the exception.