Console.WriteError Method (Typed) | |
Write an error message string to the StdErr handle.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOConsoleClasses (in XSharp.VOConsoleClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD WriteError(
sMsg AS STRING
) AS VOID
public virtual void WriteError(
string sMsg
)
Request Example
View SourceParameters
- sMsg
- Type: String
The string to be written to the StdErr handle.
See Also