C# 클래스 CsDebugScript.Exceptions.InvalidMemoryAddressException

Thrown when user wants to access address that is not available in the process being debugged.
상속: System.Exception
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
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