7 instantiations of VirtualReadException
Microsoft.Diagnostics.DataContractReader (7)
ContractDescriptorTarget.cs (7)
473
throw new
VirtualReadException
($"Failed to read {typeof(T)} at 0x{address:x8}.");
487
throw new
VirtualReadException
($"Failed to read {typeof(T)} at 0x{address:x8}.");
580
throw new
VirtualReadException
($"Failed to read {buffer.Length} bytes at 0x{address:x8}.");
624
throw new
VirtualReadException
($"Failed to read pointer at 0x{address:x8}.");
655
throw new
VirtualReadException
($"Failed to read code pointer at 0x{address:x8} because CodePointer size is not 4 or 8");
756
throw new
VirtualReadException
($"Failed to read nuint at 0x{address:x8}.");
764
throw new
VirtualReadException
($"Failed to read nint at 0x{address:x8}.");
35 references to VirtualReadException
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
469
/// <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 (7)
Contracts\DacStreams_1.cs (1)
41
catch (
VirtualReadException
)
Contracts\Debugger\Debugger_1.cs (1)
176
catch (
VirtualReadException
)
Contracts\PrecodeStubs_1.cs (1)
139
catch (
VirtualReadException
)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
1207
catch (
VirtualReadException
)
PrintfStressMessageFormatter.cs (2)
115
catch (
VirtualReadException
)
127
catch (
VirtualReadException
)
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
233
catch (
VirtualReadException
)
Microsoft.Diagnostics.DataContractReader.Legacy (16)
ClrDataAppDomain.cs (1)
51
catch (
VirtualReadException
)
ClrDataExceptionState.cs (1)
148
catch (
VirtualReadException
)
ClrDataModule.cs (1)
606
catch (
VirtualReadException
)
Dbi\DacDbiImpl.cs (10)
358
catch (
VirtualReadException
)
2245
catch (
VirtualReadException
)
2269
catch (
VirtualReadException
)
2324
catch (
VirtualReadException
)
2496
catch (
VirtualReadException
)
2961
catch (
VirtualReadException
)
2976
catch (
VirtualReadException
)
3793
catch (
VirtualReadException
)
4846
catch (
VirtualReadException
)
6573
catch (
VirtualReadException
)
SOSDacImpl.cs (3)
238
catch (
VirtualReadException
)
1144
catch (
VirtualReadException
)
4883
catch (
VirtualReadException
)