PRELIMINARY INFORMATION - SUBJECT TO CHANGE
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 Auditor |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class Auditor |
The ErrorCodes type exposes the following fields.
Public Fields
Name | Description | |
---|---|---|
ArgumentTypeNotSupported |
An argument type is not supported.
|
|
AuditObjectNotFound |
An audit object record is not found.
|
|
AuditTypeNotFound |
Audit type not found.
|
|
EventNotFound |
An audit event is not found.
|
|
EventUserMismatch |
Mismatch between the user from an audit event and the user that attempts to add information to the audit event.
|
|
InvalidAuditObjectNumber |
An audit object number is invalid, for example 0.
|
|
InvalidAuditTypeSpecification |
A null or empty audit type code is used, or a negative or 0 number is used.
|
|
InvalidEventSpecification |
An audit event specification is invalid, for example 0.
|
|
InvalidFormatString |
The used format string is invalid.
|
|
InvalidObjectIdentifier |
A string object identifier is not in a valid Guid format.
|
|
InvalidObjectTypeCode |
A null or empty object type code is used.
|
|
InvalidUserSpecification |
A null or empty user login name is used or a negative or 0 user number is used.
|
|
NullArgumentValue |
An argument value is null; null arguments are however not allowed.
|
|
ObjectIdentifierEmpty |
An empty Guid is used as object identifier.
|
|
ObjectTypeCodeNotFound |
An audit object type code is not found.
|
|
ObjectTypeNrNotFound |
An audit object type number is not found.
|
|
UserNotFound |
The user as specified by login name is not found.
|
See Also
ErrorCodes..::..Auditor Class
Smartsite.Base Namespace