What's the best practice for handling exceptions in StreamInsight 2.0?
When an exception occurs (I'm not talking about missing events but actual exceptions like NullReferenceException someware in the code) how do you handle it and safely bring the application to a stop considering that everything is executed asynchronously?