Share via


DataSyncException Constructor (SerializationInfo, StreamingContext)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the DataSyncException class by using serialization information and streaming context parameters. This constructor is not CLS-compliant.

Namespace: Microsoft.Synchronization.Data.Common
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

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

Parameters

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Sync Framework).

Target Platforms

See Also

Reference

DataSyncException Class
DataSyncException Members
Microsoft.Synchronization.Data.Common Namespace