CaughtUserCodeException(string, string, Exception)
abstract
public abstract void CaughtUserCodeException(string callback, string where, Exception e) Log an exception that occurred in user code, for some callback
Parameters
callbackstring- The name of the callback
wherestring- The context from which the callback was called
eException- The caught exception
