Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
InvalidCultureException Constructor (String, Exception)
Creates a new instance of InvalidCultureException from the error message and the inner exception.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.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 InvalidCultureException(message, _
innerException)
public InvalidCultureException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
- innerException
Type: System.Exception
See Also
Reference
InvalidCultureException Members