C# Класс CsDebugScript.Exceptions.InvalidMemoryAddressException

Thrown when user wants to access address that is not available in the process being debugged.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
InvalidMemoryAddressException ( ulong address ) : System

Initializes a new instance of the InvalidMemoryAddressException class.

Описание методов

InvalidMemoryAddressException() публичный Метод

Initializes a new instance of the InvalidMemoryAddressException class.
public InvalidMemoryAddressException ( ulong address ) : System
address ulong The accessed address.
Результат System