DataCacheErrorCode Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
A static class used to store global error codes.
The following tables list the members exposed by the DataCacheErrorCode type.
Public Fields
Name | Description | |
---|---|---|
CacheItemVersionMismatch | The object in the cache does not match with the specified version; integer value equals 1. | |
CacheServerUnavailable | One or more specified cache servers are unavailable; integer value equals 19. | |
ClientServerVersionMismatch | The cache client assemblies are a different version than the cache host assemblies; integer value equals 24. | |
InvalidArgument | The argument is not valid; integer value equals 5. | |
InvalidCacheLockHandle | The specified lock handle is not valid; integer value equals 15. | |
InvalidEnumerator | An invalid enumerator is specified; integer value equals 16. | |
KeyAlreadyExists | The key is already present in the cache or region; integer value equals 10. | |
KeyDoesNotExist | An object cached with the specified key does not exist in the cache or region; integer value equals 8. | |
MaxNamedCacheCountExceeded | The named cache count exceeded the maximum value; integer value equals 12. | |
NamedCacheDoesNotExist | The named cache does not exist; integer value equals 11. | |
NotificationNotSupported | Cache notifications are not supported because the cache client is a simple client or the named cache has been created without notifications enabled; integer value equals 20. | |
NotPermittedForDefaultRegions | The operation is only supported in regions that you explicitly create with the CreateRegion method; integer value equals 18. | |
NullArgument | A null has been specified as an argument; integer value equals 3. | |
ObjectLocked | The cached object has already been locked; integer value equals 13. | |
ObjectNotLocked | The object is not locked; integer value equals 14. | |
RegionAlreadyExists | The region already exists; integer value equals 9. | |
RegionDoesNotExist | The region does not exist; integer value equals 7. | |
RetryLater | Temporary failure, retry the operation later; integer value equals 22. | |
SerializationException | An exception was encountered during object serialization; integer value equals 25. | |
ServerNull | The servers parameter of the DataCacheFactory constructor or one of the items in the array is ; integer value equals 26. | |
Timeout | Communications with the cache cluster have experienced a delay past the timeout value; integer value equals 23. | |
UndefinedError | Unknown error; integer value equals 6. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top