BuilderExceptionGetObjectData Method

This implements the ISerializable interface and adds the error code to the serialization information.

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The serialization info object
context  StreamingContext
The streaming context

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)

See Also