3 references to TestPlatformException
Microsoft.VisualStudio.TestPlatform.Common (2)
Exceptions\InvalidLoggerException.cs (1)
27: base(message, innerException)
ExtensionFramework\VSExtensionManager.cs (1)
65throw new TestPlatformException(message, ex);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
ExceptionConverter.cs (1)
103public ProcessExitedException(string? message, Exception? inner) : base(message, inner) { }