Bridge

CultureNotFoundException Members

The CultureNotFoundException type exposes the following members.

Constructors


  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.

Properties


  Name Description
Public property InvalidCultureId
Gets the culture identifier that cannot be found.
Public property InvalidCultureName
Gets the culture name that cannot be found.