Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when a CommerceCache fails.
Namespace: Microsoft.CommerceServer.Runtime.Caching
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CommerceCacheException _
Inherits CommerceException _
Implements ISerializable
'Usage
Dim instance As CommerceCacheException
[SerializableAttribute]
public class CommerceCacheException : CommerceException, ISerializable
[SerializableAttribute]
public ref class CommerceCacheException : public CommerceException,
ISerializable
public class CommerceCacheException extends CommerceException implements ISerializable
Remarks
The exception that is thrown when a CommerceCache refresh fails, a dictionary load fails, a refresh interval get fails, or retry interval get fails.
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
Microsoft.CommerceServer.Runtime..::.CommerceException
Microsoft.CommerceServer.Runtime.Caching..::.CommerceCacheException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.