6 instantiations of 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}.");
22 references to VirtualReadException
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
424/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception>
Microsoft.Diagnostics.DataContractReader.Abstractions (10)
Target.cs (7)
59/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 75/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 91/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 121/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 129/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 137/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 178/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception>
VirtualReadException.cs (3)
14/// Initializes a new instance of the <see cref="VirtualReadException"/> class. 22/// Initializes a new instance of the <see cref="VirtualReadException"/> class with a specified error message. 31/// Initializes a new instance of the <see cref="VirtualReadException"/> class with a specified error message and a reference to the inner exception that is the cause of this exception.
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\DacStreams_1.cs (1)
41catch (VirtualReadException)
Contracts\PrecodeStubs_Common.cs (1)
207catch (VirtualReadException)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
1205catch (VirtualReadException)
PrintfStressMessageFormatter.cs (2)
115catch (VirtualReadException) 127catch (VirtualReadException)
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
204catch (VirtualReadException)
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataAppDomain.cs (1)
40catch (VirtualReadException)
ClrDataModule.cs (1)
509catch (VirtualReadException)
SOSDacImpl.cs (3)
246catch (VirtualReadException) 1128catch (VirtualReadException) 4761catch (VirtualReadException)