Adds serialized data into a SerializationInfo object.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown. - context
- Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.
Implements
ISerializableGetObjectData(SerializationInfo, StreamingContext)_ExceptionGetObjectData(SerializationInfo, StreamingContext)
Exceptions
Exception | Condition |
---|---|
SecurityException | The caller does not have the required permission. |
See Also