NickCraver / StackExchange.Exceptional

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

Fixed null reference on customData and new line in Email subject #40

Closed ctorx closed 10 years ago

ctorx commented 10 years ago

I found that the email error reporting was failing when Exceptional was configured using a connection string that resulted in a login failure.

2 issues discovered:

ctorx commented 10 years ago

Thanks, I allocated the dictionary earlier because I wasn't sure if there were other potential null reference use cases that didn't involve the SQL data that I encountered. Also, I think you may have missed the email subject fix in your commit.

NickCraver commented 10 years ago

Indeed I missed that one on the laptop - thanks!