7 references to VirtualReadException
Microsoft.Diagnostics.DataContractReader (7)
ContractDescriptorTarget.cs (7)
440
throw new
VirtualReadException
($"Failed to read {typeof(T)} at 0x{address:x8}.");
454
throw new
VirtualReadException
($"Failed to read {typeof(T)} at 0x{address:x8}.");
547
throw new
VirtualReadException
($"Failed to read {buffer.Length} bytes at 0x{address:x8}.");
591
throw new
VirtualReadException
($"Failed to read pointer at 0x{address:x8}.");
622
throw new
VirtualReadException
($"Failed to read code pointer at 0x{address:x8} because CodePointer size is not 4 or 8");
723
throw new
VirtualReadException
($"Failed to read nuint at 0x{address:x8}.");
731
throw new
VirtualReadException
($"Failed to read nint at 0x{address:x8}.");