ViewRegistrationException Class

Exception that's thrown when something goes wrong while Registering a View with a region name in the RegionViewRegistry class.

Exception that's thrown when something goes wrong while Registering a View with a region name in the RegionViewRegistry class.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

[SerializableAttribute]
public class ViewRegistrationException : Exception
'Declaration
<SerializableAttribute> _
Public Class ViewRegistrationException _
    Inherits Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Practices.Prism.Regions.ViewRegistrationException

See Also

ViewRegistrationException Members

Microsoft.Practices.Prism.Regions Namespace