Table of Contents

Class TomlSerializerException

Namespace
RStein.TOML
Assembly
RStein.TOML.dll

Exception thrown when TOML parsing or serialization fails.

public class TomlSerializerException : Exception, ISerializable
Inheritance
TomlSerializerException
Implements
Inherited Members

Remarks

TomlSerializerException is raised for any errors encountered during TOML document parsing or serialization. The exception message includes details about the error, and for parsing errors, it includes line and column information.

Constructors

TomlSerializerException()

Initializes a new instance of the TomlSerializerException.

public TomlSerializerException()

TomlSerializerException(string)

Initializes a new instance of the TomlSerializerException.

public TomlSerializerException(string message)

Parameters

message string

TomlSerializerException(string, Exception)

Initializes a new instance of the TomlSerializerException.

public TomlSerializerException(string message, Exception innerException)

Parameters

message string
innerException Exception