Dela via


ConfigStoreException Constructor (SerializationInfo, StreamingContext)

Creates a new instance of the ConfigStoreException class.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)

Usage

'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ConfigStoreException(info, context)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ConfigStoreException (
    SerializationInfo info,
    StreamingContext context
)
protected:
ConfigStoreException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected ConfigStoreException (
    SerializationInfo info, 
    StreamingContext context
)
protected function ConfigStoreException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    The object that holds the serialized object data.
  • context
    The contextual information about the source or destination.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

ConfigStoreException Class
ConfigStoreException Members
Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26