NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
860 stars 170 forks source link

Can't navigate to exception with empty Message #109

Closed alfeg closed 6 years ago

alfeg commented 6 years ago

Steps to repro:

Throw AggregatedException with single inner exception that has string.Empty Message

Exception will be shown in list, but there will be no way to navigate.

Version: 2.0.0-alpha-129

NickCraver commented 6 years ago

Never came across this before, fixed for the next alpha! It'll now show "(no message)" for these cases.