Compartilhar via


ILogConsistencyProtocolServices.CaughtUserCodeException Método

Definição

Registrar uma exceção que ocorreu no código do usuário para algum retorno de chamada

public void CaughtUserCodeException (string callback, string where, Exception e);
abstract member CaughtUserCodeException : string * string * Exception -> unit
Public Sub CaughtUserCodeException (callback As String, where As String, e As Exception)

Parâmetros

callback
String

O nome do retorno de chamada

where
String

O contexto do qual o retorno de chamada foi chamado

e
Exception

A exceção capturada

Aplica-se a