Click or drag to resize
SvMsgAppliWarning Method (String)
Gets a new SvMsg as an APPLI_WARN.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static SvMsg AppliWarning(
	string msg
)

Parameters

msg
Type: SystemString
The message description.

Return Value

Type: SvMsg
The new warning SvMsg object.
Remarks
Equivalent to new  SvMsg(APPLI_WARN, MV_WARNING, msg).
See Also