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