LogTracker.OnException(Exception) Method

Definition

Called whenever an exception is logged after the exception has been properly tracked. Prints the given exception as Hint if the logger verbosity is sufficiently high.

protected internal virtual void OnException (Exception ex);
abstract member OnException : Exception -> unit
override this.OnException : Exception -> unit
Protected Friend Overridable Sub OnException (ex As Exception)

Parameters

Applies to