Powered by DocFX

Search Results for

    Class RuntimeException

    Base class for all SpeechProcessor exceptions during runtime.

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

    Constructors

    RuntimeException(String)

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

    RuntimeException(String, Exception)

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