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 InvokerException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class InvokerException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    MbUnit.Core.Exceptions..::.InvokerException
      MbUnit.Core.Exceptions..::.ExecuteException

See Also