dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.22k stars 5.87k forks source link

Wrong Syntax on ICorDebugThread4::HadUnhandledException page. #24007

Open viewizard opened 3 years ago

viewizard commented 3 years ago

[Enter feedback here]

ICorDebugThread4::HadUnhandledException page but Syntax is:

HRESULT GetBlockingObjects (  
    [out] ICorDebugBlockingObjectEnum **ppBlockingObjectEnum  
    );  

Probably this is a mistake and HadUnhandledException should be in Syntax?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Youssef1313 commented 3 years ago

Is there even a method named HadUnhandledException?

https://github.com/dotnet/runtime/blob/69e114c1abf91241a0eeecf1ecceab4711b8aa62/src/coreclr/inc/cordebug.idl#L4355-L4377

I can only find HasUnhandledException in dotnet/runtime repository.

viewizard commented 3 years ago

Hmm... I also don't see method this such name in CLR sources. Looks like more deep issue than I thought. :-)