Intersoft ClientUI Documentation
SetErrorMessage Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrameErrorPage Class : SetErrorMessage Method






page
The name of the page.
errorDetails
The error details.
Sets the error details when an error occured.

Syntax

Visual Basic (Declaration) 
Public Sub SetErrorMessage( _
   ByVal page As String, _
   ByVal errorDetails As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXFrameErrorPage
Dim page As String
Dim errorDetails As String
 
instance.SetErrorMessage(page, errorDetails)
C# 
public void SetErrorMessage( 
   string page,
   string errorDetails
)
Delphi 
public procedure SetErrorMessage( 
    page: String;
    errorDetails: String
); 
JScript 
public function SetErrorMessage( 
   page : String,
   errorDetails : String
);
Managed Extensions for C++ 
public: void SetErrorMessage( 
   string* page,
   string* errorDetails
) 
C++/CLI 
public:
void SetErrorMessage( 
   String^ page,
   String^ errorDetails
) 

Parameters

page
The name of the page.
errorDetails
The error details.

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.