Class RuntimeException
Base class for all SpeechProcessor exceptions during runtime.
Inheritance
System.Object
System.Exception
RuntimeException
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 |