DefaultLanguageNotDeletedException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the DefaultLanguageNotDeletedException class.
Overload List
Name | Description | |
---|---|---|
DefaultLanguageNotDeletedException()()() | Initializes a new instance of the DefaultLanguageNotDeletedException class. | |
DefaultLanguageNotDeletedException(String) | Initializes a new instance of the DefaultLanguageNotDeletedException class using the specified error message. | |
DefaultLanguageNotDeletedException(SerializationInfo, StreamingContext) | Initializes a new instance of the DefaultLanguageNotDeletedException class using the specified serialization information and streaming context. | |
DefaultLanguageNotDeletedException(String, Exception) | Initializes a new instance of the DefaultLanguageNotDeletedException class using the specified error message and a reference to the inner exception that is the cause of this exception. |
Top
Remarks
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.
See Also
Reference
DefaultLanguageNotDeletedException Class