←Select platform

ItemExpiredException Class

Summary

Exception thrown when a cache item is expired.

Syntax

C#
VB
Java
C++
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly