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 | |
---|---|---|
CommerceCacheException()()() | Initializes a new instance of the CommerceCacheException class. | |
CommerceCacheException(String) | Initializes a new instance of the CommerceCacheException class with the specified message. | |
CommerceCacheException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommerceCacheException class using the specified serialization information and streaming context. | |
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. | |
CommerceCacheException(String, String) | Initializes a new instance of the CommerceCacheException class using the specified name and operation. | |
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.