Click or drag to resize
Sandcastle Help File BuilderBuilderExceptionGetObjectData Method
This implements the ISerializable interface and adds the error code to the serialization information.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The serialization info object
context
Type: System.Runtime.SerializationStreamingContext
The streaming context

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
_ExceptionGetObjectData(SerializationInfo, StreamingContext)
See Also