Table of Contents

Class TabularContentException

Namespace
Addax.Formats.Tabular
Assembly
Addax.Formats.Tabular.dll

The exception that is thrown when tabular data is invalid.

public class TabularContentException : Exception
Inheritance
TabularContentException

Constructors

TabularContentException()

Initializes a new instance of the TabularContentException class.

public TabularContentException()

TabularContentException(string?)

Initializes a new instance of the TabularContentException class with the specified error message.

public TabularContentException(string? message)

Parameters

message string

The message that describes the error.

TabularContentException(string?, Exception?)

Initializes a new instance of the TabularContentException class with the specified error message and a reference to the inner exception that is the cause of this exception.

public TabularContentException(string? message, Exception? innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.