←Select platform

ItemExpiredException Class

Summary

Exception thrown when a cache item is expired.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
public class ItemExpiredException : Exception 
public [SerializableAttribute] 
   ref class ItemExpiredException : System::Exception 
public class ItemExpiredException extends Exception 
class ItemExpiredException(Exception): 
Remarks

This exception is thrown by ObjectCache when a policy is expired during a retrieve of a cache item. The Key and RegionName properties will hold information on the cache item.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.