←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#
C++/CLI
Java
Python
public ItemExpiredException( 
   string message, 
   string key, 
   string regionName 
) 
public ItemExpiredException(String message, String key, String regionName) 
__init__(self,message,key,regionName) # Overloaded constructor 

Parameters

key

Cache item identifier.

regionName

Optional region name in the cache.

message

Message that describes the error.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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