| SvMsg Constructor |
Initializes a new
SvMsg instance.
Namespace: RW.Server.ComponentAssembly: 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
)
Public Sub New (
identifier As Integer,
level As Integer,
Optional desc As String = Nothing
)
public:
SvMsg(
int identifier,
int level,
String^ desc = nullptr
)
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