This documentation is archived and is not being maintained.
CultureNotFoundException Constructor
Visual Studio 2010
Initializes a new instance of the CultureNotFoundException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CultureNotFoundException() | Initializes a new instance of the CultureNotFoundException class with its message string set to a system-supplied message. |
|
CultureNotFoundException(String) | Initializes a new instance of the CultureNotFoundException class with the specified error message. |
|
CultureNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the CultureNotFoundException class using the specified serialization data and context. |
|
CultureNotFoundException(String, Exception) | Initializes a new instance of the CultureNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
CultureNotFoundException(String, String) | Initializes a new instance of the CultureNotFoundException class with a specified error message and the name of the parameter that is the cause this exception. |
|
CultureNotFoundException(String, Int32, Exception) | Initializes a new instance of the 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. |
|
CultureNotFoundException(String, Int32, String) | Initializes a new instance of the CultureNotFoundException class with a specified error message, the invalid Culture ID, and the name of the parameter that is the cause this exception. |
|
CultureNotFoundException(String, String, Exception) | Initializes a new instance of the 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. |
|
CultureNotFoundException(String, String, String) | Initializes a new instance of the CultureNotFoundException class with a specified error message, the invalid Culture Name, and the name of the parameter that is the cause this exception. |
CultureNotFoundException uses the HRESULT COR_E_ARGUMENT, which has the value 0x80070057.
Show: