Base:
method
ToString
System.Exception.ToString()
2 references to ToString
Microsoft.Build.Engine.UnitTests (1)
Telemetry\OpenTelemetryManager_Tests.cs (1)
107
OpenTelemetryManager.Instance.LoadFailureExceptionMessage = new System.IO.FileNotFoundException().
ToString
();
Microsoft.VisualBasic.IntegrationTests (1)
InteractionTests.cs (1)
109
_ = Assert.Throws<FileNotFoundException>(() => Interaction.Shell(path)).
ToString
();