I would like to have the ability to filter errors based on their exception names, making it easier for me to identify and analyze specific types of issues in my application.
Currently, we can define a Module Name when using the log message action.
It would be beneficial if exceptions could inherently possess a similar capability by associating with their own names.
This way, I could efficiently locate and address, for example, all Security Exceptions within my application.