Table of Contents

Class SnbtParseException

Namespace
fNbt
Assembly
fNbt.dll

Exception thrown by ParseSnbt(string) when the text is not valid SNBT. Carries where parsing stopped. Catching NbtFormatException catches it too.

[Serializable]
public sealed class SnbtParseException : NbtFormatException, ISerializable
Inheritance
SnbtParseException
Implements
Inherited Members

Properties

Column

One-based column of that position, in UTF-16 characters.

public int Column { get; }

Property Value

int

Index

Zero-based index into the text where parsing failed.

public int Index { get; }

Property Value

int

Line

One-based line of that position.

public int Line { get; }

Property Value

int