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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    MbUnit.Core.Exceptions..::.InterfaceNotImplementedException

See Also