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

Syntax

C#
public sealed class FixtureConstructorFailedException : ApplicationException
Visual Basic (Declaration)
Public NotInheritable Class FixtureConstructorFailedException _
	Inherits ApplicationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      MbUnit.Core.Exceptions..::.FixtureConstructorFailedException

See Also