Class ErrorOccurredEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll
API Level:
6

This class holds information related to the VoiceControl ErrorOccurred event.

C#
Copy
public class ErrorOccurredEventArgs : EventArgs
Inheritance
System.Object
ErrorOccurredEventArgs

Properties

View Source

Why

The VoiceControlManager exception.

Declaration
C#
Copy
public Exception Why { get; }
Property Value
Type Description
Exception
API Level: 6