CultureNotFoundException Constructor
Initializes a new instance of the CultureNotFoundException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CultureNotFoundException() | Initializes a new instance of the CultureNotFoundException class with its message string set to a system-supplied message. |
![]() | CultureNotFoundException(SerializationInfo^, StreamingContext) | Initializes a new instance of the CultureNotFoundException class using the specified serialization data and context. |
![]() | CultureNotFoundException(String^) | Initializes a new instance of the CultureNotFoundException class with the specified error message. |
![]() | 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^, 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^) | 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^, 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.

