Share via


UpdateRegionsException Class

Represents errors that occured during the regions' update.

Represents errors that occured during the regions' update.

Namespace:  Microsoft.Practices.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

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

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

Inheritance Hierarchy

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

See Also

UpdateRegionsException Members

Microsoft.Practices.Composite.Presentation.Regions Namespace