Populates a SerializationInfo with the data needed to serialize the target object.
Namespace: CleanCode.DatabaseControls.SupportAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public void GetObjectData( SerializationInfo info, StreamingContext context )
Parameters
- info
- Type: System.Runtime.Serialization SerializationInfo
The SerializationInfo to populate with data.
- context
- Type: System.Runtime.Serialization StreamingContext
The destination (see StreamingContext) for this serialization.
Implements
ISerializable GetObjectData(SerializationInfo, StreamingContext)Exceptions
Exception | Condition |
---|---|
System.Security SecurityException | The caller does not have the required permission. |
See Also