Dictionary<TKey, TValue>.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: mscorlib (in mscorlib.dll)
Parameters
- sender
-
Type:
System.Object
The source of the deserialization event.
| Exception | Condition |
|---|---|
| SerializationException | The System.Runtime.Serialization.SerializationInfo object associated with the current Dictionary<TKey, TValue> instance is invalid. |
.NET Framework
Available since 2.0
Available since 2.0
Show: