Class ErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Uix.Stt
- Assembly:
- Tizen.Uix.Stt.dll
- API Level:
- 4
This class holds information related to the STT ErrorOccurred event.
C#Copypublic class ErrorOccurredEventArgs
- Inheritance
-
System.ObjectErrorOccurredEventArgs
Properties
Declaration
C#Copypublic string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
System.String | String error message. |
API Level: 4
Declaration
C#Copypublic Error ErrorValue { get; }
Property Value
Type | Description |
---|---|
Error |