Click or drag to resize
SvMsg Constructor
Initializes a new SvMsg instance.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public SvMsg(
	int identifier,
	int level,
	string desc = null
)

Parameters

identifier
Type: SystemInt32
The identifier.
level
Type: SystemInt32
The level.
desc (Optional)
Type: SystemString
The description.
Remarks
if desc is null or omitted, the description will be the one associated with the identifier if any (the result of the Get(identifier)).
See Also