We have started utilising NBug v1.1.1 in our WPF application and would like to include some additional information from the running application when a uncaught exception is detected.
According to documentation found in this question NBug documentation the 'NBug.Settings' class should contain a static event 'ProcessingException' but I cannot find it in the referenced assembly (included through nuget).
Is there such an event in 'NBug'? Has it been moved?
Thanks.
Yes that event was added in the latest source code. You can download it from codeplex and compile yourself. You can also read about that event in the XML documentation within the source code (in NBug.Settings
class)