The type of exception thrown when a Mirror is unable to find a member.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    MbUnit.Framework..::.MirrorException

See Also