Share via


SpeechPanelException Class

Represents speech panel exceptions indicating the UI is in a state producing an invalid panel value.

Namespace:  Microsoft.Rtc.Workflow.Designer
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class SpeechPanelException _
    Inherits Exception
[SerializableAttribute]
public sealed class SpeechPanelException : Exception
[SerializableAttribute]
public ref class SpeechPanelException sealed : public Exception
Microsoft.Rtc.Workflow.Designer.SpeechPanelException = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Designer.SpeechPanelException',
    Exception);

Inheritance Hierarchy

Object
  Exception
    Microsoft.Rtc.Workflow.Designer..::.SpeechPanelException

See Also

SpeechPanelException Members

Microsoft.Rtc.Workflow.Designer Namespace