Table of Contents

Class LoadWarning

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

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.

Methods

ToString()