6 references to VirtualReadException
Microsoft.Diagnostics.DataContractReader (6)
ContractDescriptorTarget.cs (6)
428
throw new
VirtualReadException
($"Failed to read {typeof(T)} at 0x{address:x8}.");
442
throw new
VirtualReadException
($"Failed to read {typeof(T)} at 0x{address:x8}.");
535
throw new
VirtualReadException
($"Failed to read {buffer.Length} bytes at 0x{address:x8}.");
579
throw new
VirtualReadException
($"Failed to read pointer at 0x{address:x8}.");
610
throw new
VirtualReadException
($"Failed to read code pointer at 0x{address:x8} because CodePointer size is not 4 or 8");
711
throw new
VirtualReadException
($"Failed to read nuint at 0x{address:x8}.");