Class TabularContentException
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
messagestringThe 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)