Can someone tell me why this unit test that checks for exceptions fails? Obviously my real test is checking other code but I\'m using Int32.Parse to show the issue.
Basically you need to pass a delegate to Assert.That, just like the documentation in your link states (note that I've used a lambda expression here, but it should be the same).