Sdílet prostřednictvím


DbOutdatedSyncException Constructor (String)

Initializes a new instance of the DbOutdatedSyncException class by using a message parameter.

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

Syntax

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

Dim instance As New DbOutdatedSyncException(message)
public DbOutdatedSyncException (
    string message
)
public:
DbOutdatedSyncException (
    String^ message
)
public DbOutdatedSyncException (
    String message
)
public function DbOutdatedSyncException (
    message : String
)

Parameters

  • message
    A description of the error.

See Also

Reference

DbOutdatedSyncException Class
DbOutdatedSyncException Members
Microsoft.Synchronization.Data Namespace