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