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