Skip to content

IFatalErrorHandler.OnFatalException(object?, string?, Exception?)

OnFatalException(object?, string?, Exception?)

abstract
public abstract void OnFatalException(object? sender = null, string? context = null, Exception? exception = null)
Called when a fatal exception occurs.

Parameters

senderobject?
The sender.
contextstring?
The context.
exceptionException?
The exception.