Declaration
public void ThrowMissingReferable(
int refID
)Summary
Throws an InvalidOperationException informing the user that an element is a reference (
IClassifyFormat<TElement>.IsReference(TElement)) but the corresponding referable has not been encountered while deserializing.
Parameters
| int | refID |
The numeric reference ID. |