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