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

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

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

Метод Описание
NotAllMemoryCanBeReadException ( ulong address, uint requestedSize, uint availableSize ) : System

Initializes a new instance of the NotAllMemoryCanBeReadException class.

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

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

Initializes a new instance of the NotAllMemoryCanBeReadException class.
public NotAllMemoryCanBeReadException ( ulong address, uint requestedSize, uint availableSize ) : System
address ulong The accessed address.
requestedSize uint The requested size.
availableSize uint The available size.
Результат System