| SvMsgAppliError Method |
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
)
Public Shared Function AppliError (
msg As String
) As SvMsg
public:
static SvMsg^ AppliError(
String^ msg
)
Parameters
- msg
- Type: SystemString
The message description.
Return Value
Type:
SvMsg
The new error
SvMsg object.
Remarks See Also