Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
InvalidCultureException Constructor (String)
Creates a new instance of InvalidCultureException from the error message.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New InvalidCultureException(message)
public InvalidCultureException(
string message
)
Parameters
- message
Type: System.String
See Also
Reference
InvalidCultureException Members