leolabs / ExceptionBase.NET

Welcome to the world’s first open-source .NET exception tracker! ExceptionBase.NET will catch exceptions that may occur in your app and send them to a clearly arranged online interface where you can manage them and view every detail, from the used operating system down to the stack trace. This will allow you to find bugs in your app easier and more quickly.
http://exceptionbase.net
7 stars 1 forks source link

Fix in Base.vb #9

Closed NeoLegends closed 11 years ago

NeoLegends commented 11 years ago

GatherInformation assigned the InnerException.Message, the StackTrace and the TargetSite to Exception.Message to it was overwritten.