1 write to Exception
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetry.cs (1)
396
Exception
= exception;
2 references to Exception
Microsoft.Build.Framework (2)
Telemetry\CrashTelemetryRecorder.cs (2)
150
if (crashTelemetry.
Exception
is null || TelemetryManager.IsOptOut())
157
var sanitizedException = new SanitizedException(crashTelemetry.
Exception
!);