Interface IUnhandledExceptionHandler
Provides a handler for logging unhandled exceptions that occur during runtime.
public interface IUnhandledExceptionHandler
Methods
Handle(string, Exception)
Handles the specified exception within the given context.
void Handle(string context, Exception exception)