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.
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)
public: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context )
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: