DataCacheStoreException Constructor (SerializationInfo, StreamingContext)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a new instance of the DataCacheStoreException class.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
protected DataCacheStoreException(
SerializationInfo info,
StreamingContext context
)
protected:
DataCacheStoreException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> DataCacheStoreException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoInternal.
context
Type: System.Runtime.Serialization.StreamingContextInternal.
Remarks
This type of exception should be used within a read-through or write-behind provider. For more information, see .98b57b0f-9c62-43d8-954e-9f37432aa4ca
Applies only to Microsoft AppFabric 1.1 for Windows Server.
See Also
DataCacheStoreException Overload
DataCacheStoreException Class
Microsoft.ApplicationServer.Caching Namespace
Return to top