Share via


CommerceCacheException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the CommerceCacheException class.

Overload List

  Name Description
ms870905.pubmethod(en-US,CS.70).gif CommerceCacheException()()() Initializes a new instance of the CommerceCacheException class.
ms870905.pubmethod(en-US,CS.70).gif CommerceCacheException(String) Initializes a new instance of the CommerceCacheException class with the specified message.
ms870905.protmethod(en-US,CS.70).gif CommerceCacheException(SerializationInfo, StreamingContext) Initializes a new instance of the CommerceCacheException class using the specified serialization information and streaming context.
ms870905.pubmethod(en-US,CS.70).gif CommerceCacheException(String, Exception) Initializes a new instance of the CommerceCacheException class using the specified error message and a reference to the inner exception that is the cause of this exception.
ms870905.pubmethod(en-US,CS.70).gif CommerceCacheException(String, String) Initializes a new instance of the CommerceCacheException class using the specified name and operation.
ms870905.pubmethod(en-US,CS.70).gif CommerceCacheException(String, String, Exception) Initializes a new instance of the CommerceCacheException class using the specified name and operation, and a reference to the inner exception that is the cause of this exception.

Top

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.

See Also

Reference

CommerceCacheException Class

CommerceCacheException Members

Microsoft.CommerceServer.Runtime.Caching Namespace