Intersoft ClientUI Documentation
SetErrorMessage Method



The name of the page.
The error details.
Sets the error details when an error occured.
Syntax
Public Sub SetErrorMessage( _
   ByVal page As String, _
   ByVal errorDetails As String _
) 
Dim instance As UXFrameErrorPage
Dim page As String
Dim errorDetails As String
 
instance.SetErrorMessage(page, errorDetails)
public void SetErrorMessage( 
   string page,
   string errorDetails
)
public:
void SetErrorMessage( 
   String^ page,
   String^ errorDetails
) 

Parameters

page
The name of the page.
errorDetails
The error details.
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 Class
UXFrameErrorPage Members
Navigation Overview

Send Feedback