System.Globalization.CultureNotFoundException Members

The members of System.Globalization.CultureNotFoundException are listed below.

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

Public Properties

[read-only]
InvalidCultureIdNullable<int>.

Gets the Culture ID that cannot be found.

[read-only]
InvalidCultureNamestring.

Gets the Culture Name that cannot be found.

[read-only]
override
Messagestring.

Gets the error message that explains the reason for the exception.

Public Methods