Class ErrorOccuredEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControl
Assembly:
Tizen.Uix.VoiceControl.dll
API Level:
3

This class holds information related to the VoiceControl ErrorOccured event.

C#
Copy
public class ErrorOccuredEventArgs
Inheritance
ErrorOccuredEventArgs

Properties

View Source

ErrorValue

The error value.

Declaration
C#
Copy
public Error ErrorValue { get; }
Property Value
Type Description
Error
API Level: 3