IFatalErrorHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |