Compartir a través de


IFatalErrorHandler.OnFatalException(Object, String, Exception) Método

Definición

Se llama cuando se produce una excepción grave.

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)

Parámetros

sender
Object

Remitente.

context
String

Contexto.

exception
Exception

Excepción.

Se aplica a