Table of Contents

Property LoadWarnings

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

LoadWarnings

Gets a collection of warnings encountered during partial loading of this data source.

public IReadOnlyList<LoadWarning> LoadWarnings { get; }

Property Value

IReadOnlyList<LoadWarning>

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.