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