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
ms988289.pubmethod(en-US,CS.70).gif LanguageRemoveException()()() Initializes a new instance of the LanguageRemoveException class.
ms988289.pubmethod(en-US,CS.70).gif LanguageRemoveException(String) Initializes a new instance of the LanguageRemoveException class with the specified error message.
ms988289.protmethod(en-US,CS.70).gif LanguageRemoveException(SerializationInfo, StreamingContext) Initializes a new instance of the LanguageRemoveException class with the specified serialization and streaming context information.
ms988289.pubmethod(en-US,CS.70).gif LanguageRemoveException(String, Exception) Initializes a new instance of the LanguageRemoveException class with the specified error message and inner exception that caused the current exception.
ms988289.pubmethod(en-US,CS.70).gif LanguageRemoveException(String, String, String) Initializes a new instance of the LanguageRemoveException class with the specified error message and parameters.
ms988289.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

LanguageRemoveException Class

LanguageRemoveException Members

Microsoft.CommerceServer.Catalog Namespace