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
- message
Type: System.String
- innerException
Type: System.Exception