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.
SortedSet<T>::IDeserializationCallback::OnDeserialization Method (Object^)
.NET Framework (current version)
Implements the System.Runtime.Serialization::IDeserializationCallback interface, and raises the deserialization event when the deserialization is completed.
Assembly: System (in System.dll)
private: virtual void OnDeserialization( Object^ sender ) sealed = IDeserializationCallback::OnDeserialization
Parameters
- sender
-
Type:
System::Object^
The source of the deserialization event.
| Exception | Condition |
|---|---|
| SerializationException | The System.Runtime.Serialization::SerializationInfo object associated with the current SortedSet<T> instance is invalid. |
This member is an explicit interface member implementation. It can be used only when the SortedSet<T> instance is cast to an IDeserializationCallback interface.
.NET Framework
Available since 4.0
Available since 4.0
Show: