1 write to ExceptionRecorder
Microsoft.Extensions.Diagnostics (1)
Tracing\DefaultActivitySourceFactory.cs (1)
266
_activityListener.
ExceptionRecorder
= _exceptionRecorder is null ? null : (hasOperationNameRules ? WrappedExceptionRecorder : _exceptionRecorder);
3 references to ExceptionRecorder
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (2)
550
/// <para>- Any registered <see cref="ActivityListener"/> with the <see cref="ActivityListener.
ExceptionRecorder
"/> callback will be notified about this exception addition
552
/// <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)
659
(item as ActivityListener)!.
ExceptionRecorder
?.Invoke(activity, exception, ref tags);