IFatalErrorHandler
interface
Namespace: Orleans.Runtime
Interface for controlling how fatal errors (such as a silo being declared defunct) are handled.
public interface IFatalErrorHandlerMethods
IsUnexpected(Exception)Determines whether the specified exception is unexpected.OnFatalException(object, string, Exception)Called when a fatal exception occurs.
