Exception thrown when Ignore(String) is called. MbUnit test runner interpret this to mean that the test throwing this exception should be ignored.

Namespace:  MbUnit.Core.Exceptions
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
[SerializableAttribute]
public class IgnoreRunException : AssertionException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class IgnoreRunException _
	Inherits AssertionException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      MbUnit.Core.Exceptions..::.AssertionException
        MbUnit.Core.Exceptions..::.IgnoreRunException

See Also