Populates a
SerializationInfo with the data needed to serialize the target object.
Namespace: CleanCode.DatabaseControls.Support
Assembly: 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
TheSerializationInfo to populate with data.
- context
- Type:
System.Runtime.Serialization.StreamingContext
The destination (seeStreamingContext) for this serialization.
Implements

Exceptions
Exception | Condition |
---|---|
![]() | The caller does not have the required permission. |
See Also