InvalidCultureNameException Constructors
The exception that occurs when it is impossible to create the CultureInfo object for the provided locale.| Name | Parameters | Description |
|---|---|---|
| InvalidCultureNameException(String, Exception) | cultureName, innerException | Initializes a new instance of the InvalidCultureNameException class. |
See Also