Partager via


CommerceCacheException Constructor (String, String)

Initializes a new instance of the CommerceCacheException class using the specified name and operation.

Namespace:  Microsoft.CommerceServer.Runtime.Caching
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    operation As String _
)
'Usage
Dim name As String
Dim operation As String

Dim instance As New CommerceCacheException(name, operation)
public CommerceCacheException(
    string name,
    string operation
)
public:
CommerceCacheException(
    String^ name, 
    String^ operation
)
public function CommerceCacheException(
    name : String, 
    operation : String
)

Parameters

Remarks

The exception that is thrown when a CommerceCache refresh fails, a dictionary load fails, a refresh interval get fails, or retry interval get fails.

Permissions

See Also

Reference

CommerceCacheException Class

CommerceCacheException Members

CommerceCacheException Overload

Microsoft.CommerceServer.Runtime.Caching Namespace