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 Code |
---|---|
public sealed class Tools |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class Tools |
This class contains the error codes that are raised by Smartsite.
The ErrorCodes type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
CultureNotEnabled |
Culture not enabled in table LocalizationCultures.
|
|
EmptyApplicationCode |
An application code is null or empty.
|
|
EmptyApplicationName |
An application name is null or empty.
|
|
EmptyCulture |
A culture code is null or empty.
|
|
EmptyPath |
The path for an XML file with string resources or the path for some other file is null or empty.
|
|
EmptyResourceId |
A resource identification is null or empty.
|
|
EmptyResourceValue |
An resource value is null or empty, in a context where the resource value is used as identification.
|
|
EmptyXmlData |
The supplied XML data is empty.
|
|
ItemNotFound |
Item not found.
|
|
NotSupported |
Not supported.
|
|
RecordNotFound |
Record not found.
|
|
ResourceNotFound |
Resource not found, also after attempts to fallback to other cultures.
|
|
ResourceTypeNotSupported |
Request to return a resource of a type that is not supported.
|
|
UnknownCulture |
Unknown culture.
|
|
UnknownVersion |
The version specified in an XML file with string resources is unknown, or some other version is unknown.
|
See Also
ErrorCodes..::..Tools Class
Smartsite.Base Namespace