System.Globalization.CultureNotFoundException: Constructor Members

The constructors of System.Globalization.CultureNotFoundException are listed below. For a list of all members, see the CultureNotFoundException Members list.

See Also: Inherited members from System.ArgumentException

Public Constructors

Initializes a new instance of the System.Globalization.CultureNotFoundException class with its message string set to a system-supplied message.

Initializes a new instance of the System.Globalization.CultureNotFoundException class with the specified error message.

Initializes a new instance of the System.Globalization.CultureNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Initializes a new instance of the System.Globalization.CultureNotFoundException class with a specified error message and the name of the parameter that is the cause this exception.

Initializes a new instance of the System.Globalization.CultureNotFoundException class with a specified error message, the invalid Culture ID, and a reference to the inner exception that is the cause of this exception.

Initializes a new instance of the System.Globalization.CultureNotFoundException class with a specified error message, the invalid Culture ID, and the name of the parameter that is the cause this exception.

Initializes a new instance of the System.Globalization.CultureNotFoundException class with a specified error message, the invalid Culture Name, and a reference to the inner exception that is the cause of this exception.

Initializes a new instance of the System.Globalization.CultureNotFoundException class with a specified error message, the invalid Culture Name, and the name of the parameter that is the cause this exception.

Protected Constructors