Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CultureNotFoundException Constructor

 

Initializes a new instance of the CultureNotFoundException class.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCultureNotFoundException()

Initializes a new instance of the CultureNotFoundException class with its message string set to a system-supplied message.

System_CAPS_protmethodCultureNotFoundException(SerializationInfo^, StreamingContext)

Initializes a new instance of the CultureNotFoundException class using the specified serialization data and context.

System_CAPS_pubmethodCultureNotFoundException(String^)

Initializes a new instance of the CultureNotFoundException class with the specified error message.

System_CAPS_pubmethodCultureNotFoundException(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.

System_CAPS_pubmethodCultureNotFoundException(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.

System_CAPS_pubmethodCultureNotFoundException(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.

System_CAPS_pubmethodCultureNotFoundException(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.

System_CAPS_pubmethodCultureNotFoundException(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.

System_CAPS_pubmethodCultureNotFoundException(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.

Return to top
Show:
© 2017 Microsoft