DefaultLanguageNotDeletedException Constructor (String)
Initializes a new instance of the DefaultLanguageNotDeletedException class using the specified error message.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New DefaultLanguageNotDeletedException(message)
public DefaultLanguageNotDeletedException(
string message
)
public:
DefaultLanguageNotDeletedException(
String^ message
)
public function DefaultLanguageNotDeletedException(
message : String
)
Parameters
- message
Type: System..::.String
The error message that explains the reason for the exception.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DefaultLanguageNotDeletedException Class
DefaultLanguageNotDeletedException Members