CultureNotFoundException Class
The exception that is thrown when a method is invoked which attempts to construct a culture that is not available on the machine.
Namespace:
System.GlobalizationAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class CultureNotFoundException : ArgumentException, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class CultureNotFoundException _ Inherits ArgumentException _ Implements IBridgeClass
[ExternalAttribute] [NamespaceAttribute] public ref class CultureNotFoundException : public ArgumentException, IBridgeClass
Inheritance Hierarchy
System..::..Exception
System..::..ArgumentException
System.Globalization..::..CultureNotFoundException