The members of System.Globalization.CultureNotFoundException are listed below.
See Also: Inherited members from System.ArgumentException
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. |
Initializes a new instance of the System.Globalization.CultureNotFoundException class using the specified serialization data and context. |
[read-only] | InvalidCultureId | Nullable<int>.
Gets the Culture ID that cannot be found. |
[read-only] | InvalidCultureName | string.
Gets the Culture Name that cannot be found. |
[read-only] override | Message | string.
Gets the error message that explains the reason for the exception. |
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|