LanguageRemoveException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the LanguageRemoveException class.
Overload List
Name | Description | |
---|---|---|
LanguageRemoveException()()() | Initializes a new instance of the LanguageRemoveException class. | |
LanguageRemoveException(String) | Initializes a new instance of the LanguageRemoveException class with the specified error message. | |
LanguageRemoveException(SerializationInfo, StreamingContext) | Initializes a new instance of the LanguageRemoveException class with the specified serialization and streaming context information. | |
LanguageRemoveException(String, Exception) | Initializes a new instance of the LanguageRemoveException class with the specified error message and inner exception that caused the current exception. | |
LanguageRemoveException(String, String, String) | Initializes a new instance of the LanguageRemoveException class with the specified error message and parameters. | |
LanguageRemoveException(String, String, String, Exception) | Initializes a new instance of the LanguageRemoveException class with the specified error message, parameters, and inner exception. |
Top
Remarks
The exception that is thrown when attempting to remove a language which cannot be removed, such as the default language, reporting language, or the last language in the catalog.
All catalog exceptions, including the LanguageRemoveException are derived from the CatalogException class. (The InvalidCatalogOperationException is ultimately derived from the CatalogException class.) The LanguageRemoveException is thrown because you attempting to remove a language which cannot be removed.