dotnet / dotnet/dotnet-api-docs

MissingMethodException is translated into DISP_E_MEMBERNOTFOUND when thrown from IReflect.InvokeMember

Open
#2,150 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.