2 writes to InnerExceptionType
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetry.cs (1)
398InnerExceptionType = exception.InnerException?.GetType().FullName;
Microsoft.Build.Framework.UnitTests (1)
CrashTelemetry_Tests.cs (1)
108InnerExceptionType = "System.ArgumentException",
8 references to InnerExceptionType
Microsoft.Build.Framework (2)
Telemetry\CrashTelemetry.cs (2)
496AddIfNotNull(InnerExceptionType); 566AddIfNotNull(InnerExceptionType);
Microsoft.Build.Framework.UnitTests (6)
CrashTelemetry_Tests.cs (6)
34telemetry.InnerExceptionType.ShouldBe("System.ArgumentException"); 56telemetry.InnerExceptionType.ShouldBeNull(); 122props[nameof(CrashTelemetry.InnerExceptionType)].ShouldBe("System.ArgumentException"); 146props.ShouldNotContainKey(nameof(CrashTelemetry.InnerExceptionType)); 210telemetry.InnerExceptionType.ShouldBe("System.InvalidOperationException"); 249telemetry.InnerExceptionType.ShouldBe("System.ArgumentException");