Class RuntimeFailureEventArgs
RuntimeFailure event data.
Inheritance
System.Object
System.EventArgs
RuntimeFailureEventArgs
Namespace: Recognissimo
Assembly: Recognissimo.dll
Syntax
public class RuntimeFailureEventArgs : EventArgs
Constructors
RuntimeFailureEventArgs(SpeechSourceRuntimeException)
Declaration
public RuntimeFailureEventArgs(SpeechSourceRuntimeException exception)
Parameters
Type | Name | Description |
---|---|---|
SpeechSourceRuntimeException | exception |
Properties
Exception
Declaration
public SpeechSourceRuntimeException Exception { get; }
Property Value
Type | Description |
---|---|
SpeechSourceRuntimeException |