←Select platform

ItemExpiredException Constructor(string,Exception)

Summary

Initializes a new instance of the ItemExpiredException class with the specified error message and inner exception.

Syntax
C#
C++/CLI
Java
Python
public ItemExpiredException( 
   string message, 
   Exception inner 
) 
public ItemExpiredException(String message, Throwable throwable) 
__init__(self,message,inner) # Overloaded constructor 

Parameters

message

Message that describes the error.

inner

The exception that caused the current 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.