Click or drag to resize
ConfigErrors Property
The error dictionary.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public Dictionary<string, string> Errors { get; }

Property Value

Type: DictionaryString, String
A dictionary associating the codes with the description.
See Also