←Select platform

ItemExpiredException Constructor(string,string)

Summary

Initializes a new instance of the ItemExpiredException class with the specified cache item identifier and region name.

Syntax

C#
VB
Java
C++
public ItemExpiredException( 
   string key, 
   string regionName 
) 
Public Sub New() 
public ItemExpiredException(String key, String regionName) 

Parameters

key

Cache item identifier.

regionName

Optional region name in the cache.

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