Freigeben über


CommerceCacheException Constructor (SerializationInfo, StreamingContext)

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

Namespace:  Microsoft.CommerceServer.Runtime.Caching
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.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 CommerceCacheException(info, context)
protected CommerceCacheException(
    SerializationInfo info,
    StreamingContext context
)
protected:
CommerceCacheException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CommerceCacheException(
    info : SerializationInfo, 
    context : StreamingContext
)

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