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