Version
2.0.240405.15
Summary
It'd be great to have support for messages along with exceptions when using the winrt_throw_hresult_handler handler that was created for WIL logging hooks.
The implementation at hresult_error::originate() seems like a good place to do it since it already has access to a message. It could pass that to the handler.
WIL would also require a change to support passing that message to its callbacks.
Reproducible example
Expected behavior
No response
Actual behavior
No response
Additional comments
No response