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 ReportExceptionException : ApplicationException, 
	ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ReportExceptionException _
	Inherits ApplicationException _
	Implements ISerializable

Inheritance Hierarchy

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

See Also