Class SpeechSourceRuntimeException
Thrown when SpeechSource failed at runtime.
Inheritance
System.Object
System.Exception
SpeechSourceRuntimeException
Namespace: Recognissimo
Assembly: Recognissimo.dll
Syntax
public class SpeechSourceRuntimeException : RuntimeException, ISerializable
Constructors
SpeechSourceRuntimeException(String)
Declaration
public SpeechSourceRuntimeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
SpeechSourceRuntimeException(String, Exception)
Declaration
public SpeechSourceRuntimeException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |