This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Sets the friendly error message shown for exception with the message type FriendlyMessage.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public void SetFriendlyMessage(
	string friendlyMessage,
	params [] args
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub SetFriendlyMessage ( _
	friendlyMessage As , _
	ParamArray args As () _
)

Parameters

friendlyMessage
String
args
array<Object>[]()

See Also

Advanced