Partilhar via


SpeechPanelException Constructor (String, Exception)

Creates the exception with the appropriate message, and the Exception instance.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SpeechPanelException(message, _
    innerException)
public SpeechPanelException(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

SpeechPanelException Class

SpeechPanelException Members

SpeechPanelException Overload

Microsoft.Rtc.Workflow.Designer Namespace