7 instantiations of VirtualReadException
Microsoft.Diagnostics.DataContractReader (7)
ContractDescriptorTarget.cs (7)
473throw new VirtualReadException($"Failed to read {typeof(T)} at 0x{address:x8}."); 487throw new VirtualReadException($"Failed to read {typeof(T)} at 0x{address:x8}."); 580throw new VirtualReadException($"Failed to read {buffer.Length} bytes at 0x{address:x8}."); 624throw new VirtualReadException($"Failed to read pointer at 0x{address:x8}."); 655throw new VirtualReadException($"Failed to read code pointer at 0x{address:x8} because CodePointer size is not 4 or 8"); 756throw new VirtualReadException($"Failed to read nuint at 0x{address:x8}."); 764throw new VirtualReadException($"Failed to read nint at 0x{address:x8}.");
23 references to VirtualReadException
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\DacStreams_1.cs (1)
41catch (VirtualReadException)
Contracts\Debugger\Debugger_1.cs (1)
176catch (VirtualReadException)
Contracts\PrecodeStubs_1.cs (1)
139catch (VirtualReadException)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
1207catch (VirtualReadException)
PrintfStressMessageFormatter.cs (2)
115catch (VirtualReadException) 127catch (VirtualReadException)
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
233catch (VirtualReadException)
Microsoft.Diagnostics.DataContractReader.Legacy (16)
ClrDataAppDomain.cs (1)
51catch (VirtualReadException)
ClrDataExceptionState.cs (1)
148catch (VirtualReadException)
ClrDataModule.cs (1)
628catch (VirtualReadException)
Dbi\DacDbiImpl.cs (10)
377catch (VirtualReadException) 2264catch (VirtualReadException) 2288catch (VirtualReadException) 2343catch (VirtualReadException) 2515catch (VirtualReadException) 2980catch (VirtualReadException) 2995catch (VirtualReadException) 3812catch (VirtualReadException) 4865catch (VirtualReadException) 6592catch (VirtualReadException)
SOSDacImpl.cs (3)
257catch (VirtualReadException) 1163catch (VirtualReadException) 4908catch (VirtualReadException)