NUnit.Framework.SuccessException public class SuccessException : ResultStateException Thrown when an assertion failed. Documentation Code namespace NUnit.Framework { public class SuccessException : ResultStateException { public SuccessException(string message); public SuccessException(string message, Exception inner); protected SuccessException(SerializationInfo info, StreamingContext context); } }