NUnit.Framework.AssertionException
Thrown when an assertion failed.
namespace NUnit.Framework
{
public class AssertionException : ResultStateException
{
public AssertionException(string message);
public AssertionException(string message, Exception inner);
}
}