Property LoadWarnings
LoadWarnings
Gets a collection of warnings encountered during partial loading of this data source.
public IReadOnlyList<LoadWarning> LoadWarnings { get; }
Property Value
Remarks
This collection is populated only when the data source was loaded with allowPartialLoad set to true
and one or more sections could not be read due to corruption or other errors.