Share via


DataSyncException Constructor (String, Exception)

[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 message and inner exception parameters. 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, _
    inner As Exception _
)
public DataSyncException (
    string message,
    Exception inner
)
public:
DataSyncException (
    String^ message, 
    Exception^ inner
)
public DataSyncException (
    String message, 
    Exception inner
)
public function DataSyncException (
    message : String, 
    inner : Exception
)

Parameters

  • message
    A description of the error.
  • inner
    A wrapped exception from an external component.

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