IFatalErrorHandler Interface

Definition

Interface for controlling how fatal errors (such as a silo being declared defunct) are handled.

public interface IFatalErrorHandler
type IFatalErrorHandler = interface
Public Interface IFatalErrorHandler

Methods

IsUnexpected(Exception)

Determines whether the specified exception is unexpected.

OnFatalException(Object, String, Exception)

Called when a fatal exception occurs.

Applies to