This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public sealed class Tools
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class Tools

The ErrorCodes type exposes the following fields.

Public Fields

  Name Description
Public field Static member CultureNotEnabled
Culture not enabled in table LocalizationCultures.
Public field Static member EmptyApplicationCode
An application code is null or empty.
Public field Static member EmptyApplicationName
An application name is null or empty.
Public field Static member EmptyCulture
A culture code is null or empty.
Public field Static member EmptyPath
The path for an XML file with string resources or the path for some other file is null or empty.
Public field Static member EmptyResourceId
A resource identification is null or empty.
Public field Static member EmptyResourceValue
An resource value is null or empty, in a context where the resource value is used as identification.
Public field Static member EmptyXmlData
The supplied XML data is empty.
Public field Static member ItemNotFound
Item not found.
Public field Static member NotSupported
Not supported.
Public field Static member RecordNotFound
Record not found.
Public field Static member ResourceNotFound
Resource not found, also after attempts to fallback to other cultures.
Public field Static member ResourceTypeNotSupported
Request to return a resource of a type that is not supported.
Public field Static member UnknownCulture
Unknown culture.
Public field Static member UnknownVersion
The version specified in an XML file with string resources is unknown, or some other version is unknown.

See Also

Advanced