2 implementations of GetNestedExceptionData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3160
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetNestedExceptionData
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress exception, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* exceptionObject, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* nextNestedException)
SOSDacImpl.cs (1)
3322
int ISOSDacInterface.
GetNestedExceptionData
(ClrDataAddress exception, ClrDataAddress* exceptionObject, ClrDataAddress* nextNestedException)
1 reference to GetNestedExceptionData
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3190
__retVal = @this.
GetNestedExceptionData
(exception, exceptionObject, nextNestedException);