←Select platform

ItemExpiredException Constructor(string,string,string)

Summary

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

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

Parameters

key

Cache item identifier.

regionName

Optional region name in the cache.

message

Message that describes the error.

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