Bridge

CultureNotFoundException Constructor

Overload List


  Name Description
Public method CultureNotFoundException()()()()
Initializes a new instance of the CultureNotFoundException class with its message string set to a system-supplied message.
Public method CultureNotFoundException(String)
Initializes a new instance of the CultureNotFoundException class with the specified error message.
Public method CultureNotFoundException(String, Exception)
Public method 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.
Public method CultureNotFoundException(String, String, Exception)
Public method 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.
Public method CultureNotFoundException(String, Int32, Exception)
Public method 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.