NameObjectCollectionBase.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
Implements the ISerializable interface and returns the data needed to serialize the NameObjectCollectionBase instance.
Assembly: System (in System.dll)
<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags := SecurityPermissionFlag.SerializationFormatter)> Public Overridable Sub GetObjectData ( info As SerializationInfo, context As StreamingContext )
Parameters
- info
-
Type:
System.Runtime.Serialization.SerializationInfo
A SerializationInfo object that contains the information required to serialize the NameObjectCollectionBase instance.
- context
-
Type:
System.Runtime.Serialization.StreamingContext
A StreamingContext object that contains the source and destination of the serialized stream associated with the NameObjectCollectionBase instance.
| Exception | Condition |
|---|---|
| ArgumentNullException | info is null. |
SecurityPermission
for providing serialization services. Associated enumeration: SerializationFormatter Security action: LinkDemand
.NET Framework
Available since 1.1
Available since 1.1
Show: