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
debugLocationstringerrorTagRegistryErrortagsReadOnlySpan<string>
Fields
Error
public readonly TagRegistryError Error
Field Value
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 ("").