HttpFileCollectionWrapper::OnDeserialization Method (Object^)

 

Raises the deserialization event when deserialization is finished.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void OnDeserialization(
	Object^ sender
) override

Parameters

sender
Type: System::Object^

The source of the deserialization event.

Exception Condition
SerializationException

The System.Runtime.Serialization::SerializationInfo object that is associated with the current HttpFileCollectionWrapper instance is invalid.

.NET Framework
Available since 3.5
Return to top
Show: