ConfigStoreException Constructor (SerializationInfo, StreamingContext)

 

Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

protected ConfigStoreException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ConfigStoreException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> ConfigStoreException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

ConfigStoreException Overload
ConfigStoreException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top