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