![]() |
RAMvader
1.4
A .NET library which provides access to other processes' memory space.
|
Exception thrown when the user tries to attach a Target instance to a process, but the instance is already attached to another process. Before attaching to a process, the Target instance must be detached from any other process. More...
Inherits RAMvader.RAMvaderException.
Public Member Functions | |
InstanceAlreadyAttachedException (Process oldProcess) | |
Constructor. More... | |
![]() | |
RAMvaderException (string msg) | |
Constructor. More... | |
Exception thrown when the user tries to attach a Target instance to a process, but the instance is already attached to another process. Before attaching to a process, the Target instance must be detached from any other process.
RAMvader.InstanceAlreadyAttachedException.InstanceAlreadyAttachedException | ( | Process | oldProcess | ) |
Constructor.
oldProcess | The process to which the Target instance is currently attached. |