Table of Contents

Class TagRegistryException

Namespace
Vintagestory.API.Datastructures
Assembly
VintagestoryAPI.dll
public class TagRegistryException : Exception, ISerializable
Inheritance
TagRegistryException
Implements
Inherited Members
Extension Methods

Constructors

TagRegistryException(string, TagRegistryError, ReadOnlySpan<string>)

public TagRegistryException(string debugLocation, TagRegistryError error, ReadOnlySpan<string> tags)

Parameters

debugLocation string
error TagRegistryError
tags ReadOnlySpan<string>

Fields

Error

public readonly TagRegistryError Error

Field Value

TagRegistryError

Properties

Message

Gets a message that describes the current exception.

public override string Message { get; }

Property Value

string

The error message that explains the reason for the exception, or an empty string ("").