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