Table of Contents

Class AiCatalogParseException

Namespace
SpecWorks.AiCatalog.Parsing
Assembly
SpecWorks.AiCatalog.dll

Exception thrown when JSON cannot be parsed into an AI Catalog document.

public class AiCatalogParseException : AiCatalogException
Inheritance
object
Exception
AiCatalogParseException

Constructors

AiCatalogParseException(string)

Initializes a new instance of AiCatalogParseException.

public AiCatalogParseException(string message)

Parameters

message string

AiCatalogParseException(string, Exception)

Initializes a new instance with the specified message and inner exception.

public AiCatalogParseException(string message, Exception innerException)

Parameters

message string
innerException Exception