How do I extract the exception details (message and stacktrace) from a MSTest unit test?
First time working with MSTest. I’m having trouble googling this because every result is about asserting if a particular type of exception occurred during the test (like you expect a dividebyzeroexception and you’re checking for that) which is not what I’m looking for.