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