Views managers throw this exception if unable to find an appropriate view among their ViewInfos collection.

Namespace:  MVCSharp.Core.Configuration.Views
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
public class ViewInfoNotFoundException : Exception
Visual Basic (Declaration)
Public Class ViewInfoNotFoundException _
	Inherits Exception
Visual C++
public ref class ViewInfoNotFoundException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    MVCSharp.Core.Configuration.Views..::.ViewInfoNotFoundException

See Also