Thrown if MbUnit cannot find DbRestoreInfoAttribute when required to restore a database from its backup.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    MbUnit.Framework.Exceptions..::.MissingDbInfoException

See Also