Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.MiniTest.TestException Class Reference

An exception thrown when a method of Assert fails. More...


Source file:
Inheritance diagram for Loyc.MiniTest.TestException:
Loyc.MiniTest.AssertionException Loyc.MiniTest.IgnoreException Loyc.MiniTest.InconclusiveException Loyc.MiniTest.SuccessException

Remarks

An exception thrown when a method of Assert fails.

Public Member Functions

 TestException (string message)
 
 TestException (string message, Exception inner)