CultureNotFoundException Constructor
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(String, 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) | |
![]() |
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(String, Int32, 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.
|