ILogConsistencyProtocolServices.CaughtUserCodeException 方法

定义

记录用户代码中发生的异常,用于某些回调

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)

参数

callback
String

回调的名称

where
String

从中调用回调的上下文

e
Exception

捕获的异常

适用于