LanguageRemoveException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the LanguageRemoveException class.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New LanguageRemoveException()
public LanguageRemoveException()
public:
LanguageRemoveException()
public function LanguageRemoveException()

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.

Permissions

See Also

Reference

LanguageRemoveException Class

LanguageRemoveException Members

LanguageRemoveException Overload

Microsoft.CommerceServer.Catalog Namespace