Share via


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
)
new : 
        message:string -> DbOutdatedSyncException
public function DbOutdatedSyncException(
    message : String
)

Parameters

See Also

Reference

DbOutdatedSyncException Class

DbOutdatedSyncException Overload

Microsoft.Synchronization.Data Namespace