Search Results for

    Show / Hide Table of Contents

    Class MissingCatalogItemException

    Exception thrown when a requested catalog item is not found in the specified catalog. Catalogs contain registered items such as models, tools, or other resources.

    Inheritance
    object
    Exception
    AIClientException
    MissingCatalogItemException
    NotRegisteredModelException
    Implements
    ISerializable
    Inherited Members
    AIClientException.Api
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public class MissingCatalogItemException : AIClientException, ISerializable

    Constructors

    | Edit this page View Source

    MissingCatalogItemException(Api, CatalogType, string)

    Initializes a new instance of the MissingCatalogItemException class.

    Declaration
    public MissingCatalogItemException(Api api, CatalogType catalogType, string id)
    Parameters
    Type Name Description
    Api api

    The API associated with the catalog.

    CatalogType catalogType

    The type of catalog being searched.

    string id

    The identifier of the item that was not found.

    Properties

    | Edit this page View Source

    CatalogType

    Gets the type of catalog where the item was not found.

    Declaration
    public CatalogType CatalogType { get; }
    Property Value
    Type Description
    CatalogType
    | Edit this page View Source

    Id

    Gets the identifier of the missing catalog item.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToErrorEvent<T>(T)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ExceptionExtensions.ExtractDiagnosticMessage(Exception)
    ExceptionExtensions.ExtractServerError(Exception)
    ExceptionExtensions.GetFullMessage(Exception)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation