ILogConsistencyProtocolServices.CaughtUserCodeException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The caught exception