Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
InvalidCultureException Members
Include Protected Members
Include Inherited Members
Thrown when a recognizer attempts to reference a grammar that specifies an unsupported or uninstalled language.
The InvalidCultureException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InvalidCultureException() | Creates a new instance of InvalidCultureException. | |
InvalidCultureException(String) | Creates a new instance of InvalidCultureException from the error message. | |
InvalidCultureException(String, Exception) | Creates a new instance of InvalidCultureException from the error message and the inner exception. |
Top
Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
HelpLink | (inherited from Exception) | |
HResult | (inherited from Exception) | |
InnerException | (inherited from Exception) | |
Message | (inherited from Exception) | |
Source | (inherited from Exception) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | (inherited from Exception) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Exception) |
Top