SpeechPanelException Constructor (String)
Creates the exception with the appropriate message.
Namespace: Microsoft.Rtc.Workflow.Designer
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New SpeechPanelException(message)
public SpeechPanelException(
string message
)
Parameters
- message
Type: System.String