IFatalErrorHandler.OnFatalException(Object, String, Exception) Method

Definition

Called when a fatal exception occurs.

public void OnFatalException (object sender = default, string context = default, Exception exception = default);
abstract member OnFatalException : obj * string * Exception -> unit
Public Sub OnFatalException (Optional sender As Object = Nothing, Optional context As String = Nothing, Optional exception As Exception = Nothing)

Parameters

sender
Object

The sender.

context
String

The context.

exception
Exception

The exception.

Applies to