NameObjectCollectionBase::OnDeserialization Method (Object^)
.NET Framework (current version)
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
Assembly: System (in System.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 NameObjectCollectionBase instance is invalid. |
While the OnDeserialization method is not visible to COM clients by default, inheriting the NameObjectCollectionBase class can expose it and can cause undesirable behavior in COM clients.
This method is an O(n) operation, where n is Count.
.NET Framework
Available since 1.1
Available since 1.1
Show: