Namespace Dalamud.Memory.Exceptions
Classes
MemoryAllocationException
An exception thrown when VirtualAlloc fails.
MemoryException
The base exception when thrown from Dalamud.Memory.
MemoryPermissionException
An exception thrown when VirtualProtect fails.
MemoryReadException
An exception thrown when ReadProcessMemory fails.
MemoryWriteException
An exception thrown when WriteProcessMemory fails.