Partager via


LanguageNotFoundException Constructor (String)

Initializes a new instance of the LanguageNotFoundException 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 LanguageNotFoundException(message)
public LanguageNotFoundException(
    string message
)
public:
LanguageNotFoundException(
    String^ message
)
public function LanguageNotFoundException(
    message : String
)

Parameters

  • message
    Type: System..::.String
    The error message that explains the reason for the exception.

Remarks

The exception that is thrown when payment method or shipping method properties are requested in a language that does not exist.

Permissions

See Also

Reference

LanguageNotFoundException Class

LanguageNotFoundException Members

LanguageNotFoundException Overload

Microsoft.CommerceServer.Orders Namespace