Class ErrorOccurredEventArgs

    Definition

    Namespace:
    Tizen.Uix.Tts
    Assembly:
    Tizen.Uix.Tts.dll

    This class holds information related to the TTS ErrorOccurred event.

    public class ErrorOccurredEventArgs
    Inheritance
    object
    ErrorOccurredEventArgs

    Properties

    View Source

    ErrorMessage

    Gets the current error message.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    string

    String error message.

    View Source

    ErrorValue

    The error value.

    Declaration
    public Error ErrorValue { get; }
    Property Value
    Type Description
    Error
    View Source

    UtteranceId

    The utterance ID.

    Declaration
    public int UtteranceId { get; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX