GetObjectData

MissingDependencyException.GetObjectData method

Populates the serialization info with the data needed to recreate this exception, including the name of the assembly that could not be loaded.

public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameter Type Description
info SerializationInfo The serialization info
context StreamingContext The streaming context

See Also