Click or drag to resize

SvMsgAppliError Method

Gets a new SvMsg as an APPLI_ERROR.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public static SvMsg AppliError(
	string msg
)

Parameters

msg
Type: SystemString
The message description.

Return Value

Type: SvMsg
The new error SvMsg object.
Remarks
Equivalent to new  SvMsg(APPLI_ERROR, MV_ERROR, msg).
See Also