Intersoft ClientUI Documentation
UXFrameErrorPage Class
Members 



Provides an error page when an error occur.
Syntax
<TemplatePartAttribute(Name="TitleElement", Type=System.Windows.Controls.TextBlock)>
<TemplatePartAttribute(Name="DetailElement", Type=System.Windows.Controls.TextBlock)>
Public Class UXFrameErrorPage 
   Inherits System.Windows.Controls.Control
Dim instance As UXFrameErrorPage
[TemplatePartAttribute(Name="TitleElement", Type=System.Windows.Controls.TextBlock)]
[TemplatePartAttribute(Name="DetailElement", Type=System.Windows.Controls.TextBlock)]
public class UXFrameErrorPage : System.Windows.Controls.Control 
[TemplatePartAttribute(Name="TitleElement", Type=System.Windows.Controls.TextBlock)]
[TemplatePartAttribute(Name="DetailElement", Type=System.Windows.Controls.TextBlock)]
public ref class UXFrameErrorPage : public System.Windows.Controls.Control 
Remarks
When an exception occurred during the navigation process, UXFrame shows a user-friendly error page by default, which is represented by the UXFrameErrorPage class. For more information on how to customize the error page, see Navigation Overview.
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.UI.Navigation.UXFrameErrorPage

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFrameErrorPage Members
Intersoft.Client.UI.Navigation Namespace
Navigation Overview

Send Feedback