ravibpatel / CrashReporter.NET

Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
MIT License
184 stars 74 forks source link

Sending all crashes? #24

Closed SamFreaks closed 5 years ago

SamFreaks commented 5 years ago

Hey, does this crash reporter send any crashes of a program? I mean, if I have a problem in my code e.g. a con string for mysql and I write instead of server serverr, then that gives a crash will this be sent automatically? because i think it dont do that, or i make anything wrong Sorry for my bad english

ravibpatel commented 5 years ago

Yes, It will send all crashes automatically unless you specifically handled the exception and suppressed it.

SamFreaks commented 5 years ago

Thanks