Search Results for

    Show / Hide Table of Contents

    Class VoiceNotFoundException

    Inheritance
    object
    Exception
    BackendException
    ResourceNotFoundException
    VoiceNotFoundException
    Implements
    ISerializable
    Inherited Members
    ResourceNotFoundException.ResourceId
    BackendException.Type
    BackendException.ServiceName
    BackendException.IsRetryable
    BackendException.Error
    BackendException.Raw
    BackendException.StatusCode
    BackendException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class VoiceNotFoundException : ResourceNotFoundException, ISerializable

    Constructors

    | Edit this page View Source

    VoiceNotFoundException(Api, string, int)

    Declaration
    public VoiceNotFoundException(Api api, string voiceId, int statusCode = 0)
    Parameters
    Type Name Description
    Api api
    string voiceId
    int statusCode

    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