Click or drag to resize
ConfigError Method (String, String)
Adds an error.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void Error(
	string code,
	string description
)

Parameters

code
Type: SystemString
The error code
description
Type: SystemString
The error message
See Also