Name | Description |
---|---|
InvalidMemoryAddressException | Thrown when user wants to access address that is not available in the process being debugged. |
NotAllMemoryCanBeReadException | Thrown when user wants to read memory that is not fully available in the process being debugged. |
WrongCodeTypeException | Exception that is thrown when variable of unexpected code type has been given as an argument. |