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