IUnhandled |
public interface IUnhandledExceptionHandlerService
The IUnhandledExceptionHandlerService type exposes the following members.
Name | Description | |
---|---|---|
AddHandler | Registers a handler and puts them on top of the list. If the flag isExclusive is set to true, all handlers below the newly registered handler are not called. | |
RemoveHandler | Unregisters the handler. |