DefaultLanguageNotDeletedException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when an attempt is made to delete payment method or shipping method language sensitive properties for a language that is designated the default language.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DefaultLanguageNotDeletedException _
Inherits Exception
'Usage
Dim instance As DefaultLanguageNotDeletedException
[SerializableAttribute]
public class DefaultLanguageNotDeletedException : Exception
[SerializableAttribute]
public ref class DefaultLanguageNotDeletedException : public Exception
public class DefaultLanguageNotDeletedException extends Exception
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Orders..::.DefaultLanguageNotDeletedException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.