2 references to Exception
Aspire.Hosting (1)
Diagnostics\ProfilingTelemetry.cs (1)
1010activity.AddEvent(new ActivityEvent(Events.Exception, tags: new ActivityTagsCollection
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
161Assert.Contains(appHostStartActivity.Events, @event => @event.Name == ProfilingTelemetry.Events.Exception);