dotnet / dotnet/dotnet-api-docs
MissingMethodException is translated into DISP_E_MEMBERNOTFOUND when thrown from IReflect.InvokeMember
Open
area-System.Runtime
doc-enhancement
Pri3
waiting-on-feedback
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
At: https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System/MissingMethodException.xml it says that MissingMethodException uses the HRESULT COR_E_MISSINGMETHOD. However when thrown from IReflect.InvokeMember and probably other IDispatch interop related functions it is instead translated into DISP_E_MEMBERNOTFOUND.
Contributor guide
Assessment
This issue has not been assessed yet.