Method | Description | |
---|---|---|
NotAllMemoryCanBeReadException ( ulong address, uint requestedSize, uint availableSize ) : System |
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. |
return | System |