| ConfigError Method (String) |
Adds an error.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic void Error(
string code
)
Public Sub Error (
code As String
)
public:
void Error(
String^ code
)
member Error :
code : string -> unit
Parameters
- code
- Type: SystemString
The error code
See Also