2 references to Exception
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
421return new(InternalMicrosoftProbeFailureCode.Exception, stage, ExceptionType: GetSafeExceptionType(exception));
Aspire.Cli.Tests (1)
Telemetry\InternalMicrosoftDetectorTests.cs (1)
345Assert.Equal(InternalMicrosoftProbeFailureCode.Exception, failure.Failure?.Code);