OrderedDictionary.OnDeserialization Method (Object)
.NET Framework (current version)
Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete.
Assembly: System (in System.dll)
abstract OnDeserialization : sender:Object -> unit override OnDeserialization : sender:Object -> unit
Parameters
- sender
-
Type:
System.Object
The source of the deserialization event.
| Exception | Condition |
|---|---|
| SerializationException | The System.Runtime.Serialization.SerializationInfo object associated with the current OrderedDictionary collection is invalid. |
This method can be overridden.
.NET Framework
Available since 2.0
Available since 2.0
Show: