3 references to ExceptionRecorder
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (2)
547
/// <para>- Any registered <see cref="ActivityListener"/> with the <see cref="ActivityListener.
ExceptionRecorder
"/> callback will be notified about this exception addition
549
/// <para>- Any registered <see cref="ActivityListener"/> with the <see cref="ActivityListener.
ExceptionRecorder
"/> callback that adds "exception.message", "exception.stacktrace", or "exception.type" tags
System\Diagnostics\ActivitySource.cs (1)
511
(item as ActivityListener)!.
ExceptionRecorder
?.Invoke(activity, exception, ref tags);