6 instantiations of VirtualReadException
Microsoft.Diagnostics.DataContractReader (6)
ContractDescriptorTarget.cs (6)
428
throw new
VirtualReadException
($"Failed to read {typeof(T)} at 0x{address:x8}.");
442
throw new
VirtualReadException
($"Failed to read {typeof(T)} at 0x{address:x8}.");
535
throw new
VirtualReadException
($"Failed to read {buffer.Length} bytes at 0x{address:x8}.");
579
throw new
VirtualReadException
($"Failed to read pointer at 0x{address:x8}.");
610
throw new
VirtualReadException
($"Failed to read code pointer at 0x{address:x8} because CodePointer size is not 4 or 8");
711
throw 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)
41
catch (
VirtualReadException
)
Contracts\PrecodeStubs_Common.cs (1)
207
catch (
VirtualReadException
)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (1)
1205
catch (
VirtualReadException
)
PrintfStressMessageFormatter.cs (2)
115
catch (
VirtualReadException
)
127
catch (
VirtualReadException
)
RuntimeTypeSystemHelpers\TypeValidation.cs (1)
204
catch (
VirtualReadException
)
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataAppDomain.cs (1)
40
catch (
VirtualReadException
)
ClrDataModule.cs (1)
509
catch (
VirtualReadException
)
SOSDacImpl.cs (3)
246
catch (
VirtualReadException
)
1128
catch (
VirtualReadException
)
4761
catch (
VirtualReadException
)