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

The App icon in the .NET module constructor isn't optional #2

Closed leolabs closed 11 years ago

leolabs commented 11 years ago

Right now you have to provide your application's icon when you create an instance of ExceptionBase.NET. This should be optional and some default icon should be used when it's not provided.