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);
protected AssertionException(SerializationInfo info, StreamingContext context);
}
}