←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly