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

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...
 
- Public Member Functions inherited from RAMvader.RAMvaderException
 RAMvaderException (string msg)
 Constructor. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ RequiredIOException()

RAMvader.RequiredIOException.RequiredIOException ( string  msg)

Constructor.

Parameters
msgThe message associated to the exception.