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