3 references to ExceptionRecorder
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (2)
530/// <para>- Any registered <see cref="ActivityListener"/> with the <see cref="ActivityListener.ExceptionRecorder"/> callback will be notified about this exception addition 532/// <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)
541(item as ActivityListener)!.ExceptionRecorder?.Invoke(activity, exception, ref tags);