![]() |
RAMvader
1.4
A .NET library which provides access to other processes' memory space.
|
The base class for all exceptions from the RAMvader library. More...
Inherits Exception.
Inherited by RAMvader.CodeInjection.InjectorException, RAMvader.InstanceAlreadyAttachedException, RAMvader.InstanceNotAttachedException, RAMvader.ModuleNotFoundException, RAMvader.NotImplementedException, RAMvader.PointerDataLostException, RAMvader.RequiredIOException, RAMvader.UnexpectedDataTypeSizeException, RAMvader.UnmatchedCodeCaveIdentifierException, RAMvader.UnsupportedDataTypeException, and RAMvader.UnsupportedPointerSizeException.
Public Member Functions | |
RAMvaderException (string msg) | |
Constructor. More... | |
The base class for all exceptions from the RAMvader library.
RAMvader.RAMvaderException.RAMvaderException | ( | string | msg | ) |
Constructor.
msg | The message associated to the exception. |