Class NbtException
Namespace: Void.Minecraft.Components.Text.Exceptions
Assembly: Void.Minecraft.dll
public class NbtException : Exception, ISerializableInheritance
object ← Exception ← NbtException
Implements
Inherited Members
Exception.GetBaseException(), Exception.GetType(), Exception.ToString(), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, Exception.SerializeObjectState, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
NbtException(string?)
public NbtException(string? message = null)Parameters
message string?
NbtException(NbtTag?)
public NbtException(NbtTag? tag = null)Parameters
tag NbtTag?