Share via


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.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ViewRegistrationException _
    Inherits Exception
[SerializableAttribute]
public class ViewRegistrationException : Exception
[SerializableAttribute]
public ref class ViewRegistrationException : public Exception
Microsoft.Practices.Composite.Presentation.Regions.ViewRegistrationException = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Regions.ViewRegistrationException',
    Exception);

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Practices.Composite.Presentation.Regions.ViewRegistrationException

See Also

ViewRegistrationException Members

Microsoft.Practices.Composite.Presentation.Regions Namespace