Is there a way to filter exceptions in elma using the exception message?
Examples: \"System.Web.HttpException: Request timed out.\" I don\'t want to filter out a
Yes you can. Just use a regular expression to interrogate the message. See the example below for details on how to compare the exception message.