MulticastDelegate::GetObjectData Method (SerializationInfo^, StreamingContext)
Populates a SerializationInfo object with all the data needed to serialize this instance.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
An object that holds all the data needed to serialize or deserialize this instance.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
(Reserved) The location where serialized data is stored and retrieved.
| Exception | Condition |
|---|---|
| ArgumentNullException | info is null. |
| MemberAccessException | Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism. |
| SerializationException | A serialization error occurred. |
This method stores all the information in info necessary to serialize this instance.
The context parameter is reserved and is not currently used in the execution of this method.
Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 1.1