Share via


DataSyncException Constructor (String)

[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 a message parameter. This constructor is not CLS-compliant.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public DataSyncException (
    string message
)
public:
DataSyncException (
    String^ message
)
public DataSyncException (
    String message
)
public function DataSyncException (
    message : String
)

Parameters

  • message
    A description of the error.

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