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