←Select platform

ItemExpiredException Class

Summary

Exception thrown when a cache item is expired.

Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public class ItemExpiredException : Exception 
<SerializableAttribute()>  
Public Class ItemExpiredException 
   Inherits System.Exception 
public [SerializableAttribute] 
   ref class ItemExpiredException : System::Exception 
public class ItemExpiredException extends 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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