Share via


DataSyncException Constructor (String, Exception)

Initializes a new instance of the DataSyncException class by using message and inner exception parameters.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception

Dim instance As New DataSyncException(message, inner)
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.

Remarks

See Also

Reference

DataSyncException Class
DataSyncException Members
Microsoft.Synchronization.Data Namespace