Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.MiniTest.InconclusiveException Class Reference

Thrown by Assert.Inconclusive(). More...


Source file:
Inheritance diagram for Loyc.MiniTest.InconclusiveException:
Loyc.MiniTest.TestException

Remarks

Thrown by Assert.Inconclusive().

Public Member Functions

 InconclusiveException (string message)
 
 InconclusiveException (string message, Exception inner)
 
- Public Member Functions inherited from Loyc.MiniTest.TestException
 TestException (string message)
 
 TestException (string message, Exception inner)