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
- message
Type: System.String
A description of the error.