The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HashSet<T>::OnDeserialization Method (Object^)
.NET Framework (current version)
Implements the System.Runtime.Serialization::ISerializable interface and raises the deserialization event when the deserialization is complete.
Assembly: System.Core (in System.Core.dll)
Parameters
- sender
-
Type:
System::Object^
The source of the deserialization event.
| Exception | Condition |
|---|---|
| SerializationException | The SerializationInfo object associated with the current HashSet<T> object is invalid. |
.NET Framework
Available since 3.5
Available since 3.5
Show: