←Select platform

ItemExpiredException Constructor(SerializationInfo,StreamingContext)

Summary

Initializes a new instance of the ItemExpiredException class with serialized data.

Syntax
C#
C++/CLI
Python
protected ItemExpiredException( 
   SerializationInfo info, 
   StreamingContext context 
) 
protected:  
   ItemExpiredException(System::Runtime::Serialization::SerializationInfo^ info, System::Runtime::Serialization::StreamingContext context) 
__init__(self,info,context) # Overloaded constructor 

Parameters

info

The object that holds the serialized object data.

context

The contextual information about the source or destination.

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.

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.