Intersoft ClientUI Documentation
UXFrameErrorPage Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace : UXFrameErrorPage Class






Provides an error page when an error occur.

Object Model

UXFrameErrorPage Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="TitleElement", Type=System.Windows.Controls.TextBlock)>
<TemplatePartAttribute(Name="DetailElement", Type=System.Windows.Controls.TextBlock)>
Public Class UXFrameErrorPage 
   Inherits System.Windows.Controls.Control
Visual Basic (Usage)Copy Code
Dim instance As UXFrameErrorPage
C# 
[TemplatePartAttribute(Name="TitleElement", Type=System.Windows.Controls.TextBlock)]
[TemplatePartAttribute(Name="DetailElement", Type=System.Windows.Controls.TextBlock)]
public class UXFrameErrorPage : System.Windows.Controls.Control 
Delphi 
public class UXFrameErrorPage = class(System.Windows.Controls.Control)
JScript 
TemplatePartAttribute(Name="TitleElement", Type=System.Windows.Controls.TextBlock)
TemplatePartAttribute(Name="DetailElement", Type=System.Windows.Controls.TextBlock)
public class UXFrameErrorPage extends System.Windows.Controls.Control
Managed Extensions for C++ 
[TemplatePartAttribute(Name="TitleElement", Type=System.Windows.Controls.TextBlock)]
[TemplatePartAttribute(Name="DetailElement", Type=System.Windows.Controls.TextBlock)]
public __gc class UXFrameErrorPage : public System.Windows.Controls.Control 
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.