Click or drag to resize

IOperationServiceAddErrorMessage Method (String, String)

Shows non-modal error message in the left top corner of the screen.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void AddErrorMessage(
	string message,
	string sender
)

Parameters

message
Type: SystemString
The message text.
sender
Type: SystemString
The message sender.
See Also