Partager via


DefaultLanguageNotDeletedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the DefaultLanguageNotDeletedException class using the specified serialization information and streaming context.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New DefaultLanguageNotDeletedException(info, context)
protected DefaultLanguageNotDeletedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
DefaultLanguageNotDeletedException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function DefaultLanguageNotDeletedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

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.

Permissions

See Also

Reference

DefaultLanguageNotDeletedException Class

DefaultLanguageNotDeletedException Members

DefaultLanguageNotDeletedException Overload

Microsoft.CommerceServer.Orders Namespace