Edit

Share via


ILogConsistencyProtocolServices.CaughtUserCodeException Method

Definition

Log an exception that occurred in user code, for some callback

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)

Parameters

callback
String

The name of the callback

where
String

The context from which the callback was called

e
Exception

The caught exception

Applies to