Table of Contents

Constructor LoadWarning

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

LoadWarning(long, string, Exception)

Initializes a new instance of the LoadWarning class.

public LoadWarning(long sectionOffset, string message, Exception exception = null)

Parameters

sectionOffset long

The byte offset where the corrupted section was located.

message string

A description of the error.

exception Exception

The underlying exception, if available.