Powered by DocFX

Search Results for

    Class SpeechProcessorException

    Base class for all SpeechProcessor exceptions.

    Inheritance
    System.Object
    System.Exception
    SpeechProcessorException
    InitializationException
    RuntimeException
    Namespace: Recognissimo
    Assembly: Recognissimo.dll
    Syntax
    public abstract class SpeechProcessorException : Exception, ISerializable

    Constructors

    SpeechProcessorException(String)

    Declaration
    protected SpeechProcessorException(string message)
    Parameters
    Type Name Description
    System.String message

    SpeechProcessorException(String, Exception)

    Declaration
    protected SpeechProcessorException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Exception innerException