You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is an unhandled Exception in a ShellExtension, that usually ends up showing a Unknown method: <extension method>(...) on the Shell. This is misleading as the method actually exists and is being executed, but had an exception.
Is it possible for the Shell to distinguish between an "unknown method" and a "exception while executing a method" and print more useful errors instead of just "Unknown method"?
The text was updated successfully, but these errors were encountered:
If there is an unhandled Exception in a ShellExtension, that usually ends up showing a
Unknown method: <extension method>(...)
on the Shell. This is misleading as the method actually exists and is being executed, but had an exception.Is it possible for the Shell to distinguish between an "unknown method" and a "exception while executing a method" and print more useful errors instead of just "Unknown method"?
The text was updated successfully, but these errors were encountered: