7 instantiations of VirtualReadException
Microsoft.Diagnostics.DataContractReader (7)
ContractDescriptorTarget.cs (7)
466throw new VirtualReadException($"Failed to read {typeof(T)} at 0x{address:x8}."); 480throw new VirtualReadException($"Failed to read {typeof(T)} at 0x{address:x8}."); 573throw new VirtualReadException($"Failed to read {buffer.Length} bytes at 0x{address:x8}."); 617throw new VirtualReadException($"Failed to read pointer at 0x{address:x8}."); 648throw new VirtualReadException($"Failed to read code pointer at 0x{address:x8} because CodePointer size is not 4 or 8"); 749throw new VirtualReadException($"Failed to read nuint at 0x{address:x8}."); 757throw new VirtualReadException($"Failed to read nint at 0x{address:x8}.");
34 references to VirtualReadException
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
462/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception>
Microsoft.Diagnostics.DataContractReader.Abstractions (11)
Target.cs (8)
67/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 83/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 99/// <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> 145/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 153/// <exception cref="VirtualReadException">Thrown when the read operation fails</exception> 194/// <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_3.cs (1)
141catch (VirtualReadException)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
1205catch (VirtualReadException)
PrintfStressMessageFormatter.cs (2)
115catch (VirtualReadException) 127catch (VirtualReadException)
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
233catch (VirtualReadException)
Microsoft.Diagnostics.DataContractReader.Legacy (16)
ClrDataAppDomain.cs (1)
42catch (VirtualReadException)
ClrDataExceptionState.cs (1)
140catch (VirtualReadException)
ClrDataModule.cs (1)
508catch (VirtualReadException)
Dbi\DacDbiImpl.cs (10)
315catch (VirtualReadException) 2161catch (VirtualReadException) 2185catch (VirtualReadException) 2240catch (VirtualReadException) 2410catch (VirtualReadException) 2862catch (VirtualReadException) 2877catch (VirtualReadException) 3683catch (VirtualReadException) 4708catch (VirtualReadException) 6372catch (VirtualReadException)
SOSDacImpl.cs (3)
232catch (VirtualReadException) 1101catch (VirtualReadException) 4763catch (VirtualReadException)