Table of Contents

Class AiCatalogException

Namespace
SpecWorks.AiCatalog
Assembly
SpecWorks.AiCatalog.dll

Base exception for all AI Catalog operations.

public class AiCatalogException : Exception
Inheritance
object
Exception
AiCatalogException
Derived

Constructors

AiCatalogException()

Initializes a new instance of AiCatalogException.

public AiCatalogException()

AiCatalogException(string)

Initializes a new instance with the specified message.

public AiCatalogException(string message)

Parameters

message string

AiCatalogException(string, Exception)

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

public AiCatalogException(string message, Exception innerException)

Parameters

message string
innerException Exception