Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

VoiceXmlResult.UnhandledThrowElement Property

Gets a PageEvent object for a VoiceXML page event that was not handled in the page.

Namespace:  Microsoft.Speech.VoiceXml.Common
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

'Declaration
Public ReadOnly Property UnhandledThrowElement As PageEvent
    Get
'Usage
Dim instance As VoiceXmlResult
Dim value As PageEvent

value = instance.UnhandledThrowElement
public PageEvent UnhandledThrowElement { get; }

Property Value

Type: Microsoft.Speech.VoiceXml.Common.PageEvent

See Also

Reference

VoiceXmlResult Class

VoiceXmlResult Members

Microsoft.Speech.VoiceXml.Common Namespace