Class LoadWarning
Represents a warning encountered while loading a DataSource with partial load enabled.
public sealed class LoadWarning
- Inheritance
-
LoadWarning
- Inherited Members
Constructors
- LoadWarning(long, string, Exception)
Initializes a new instance of the LoadWarning class.
Properties
- Exception
Gets the underlying exception, if available.
- Message
Gets a description of the error that prevented the section from loading.
- SectionOffset
Gets the byte offset in the file where the corrupted section was located.