Compartilhar via


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

Definição

Chamado quando ocorre uma exceção fatal.

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

O remetente.

context
String

O contexto.

exception
Exception

A exceção.

Aplica-se a