What is the best way to plug in Raygun uncaught exceptions reporting?
Is there any method triggered if an exception is not caught?
What is the best way to plug in Raygun uncaught exceptions reporting?
Is there any method triggered if an exception is not caught?
There’s IAppHost.UncaughtExceptionHandlers
for Exceptions thrown outside of a Service or IAppHost.ServiceExceptionHandlers
for Exceptions thrown in a Service which includes normal Service Exceptions.