←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#
VB
C++
Java
public ItemExpiredException( 
   string message, 
   Exception inner 
) 
Public Sub New() 
public ItemExpiredException(String message, Throwable throwable) 

Parameters

message

Message that describes the error.

inner

The exception that caused the current error.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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