ReplicaMetadataInUseException-Konstruktor (String)

Initialisiert eine neue Instanz der ReplicaMetadataInUseException-Klasse, die eine angegebene Fehlermeldung enthält.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

Syntax

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

Dim instance As New ReplicaMetadataInUseException(message)
public ReplicaMetadataInUseException(
    string message
)
public:
ReplicaMetadataInUseException(
    String^ message
)
new : 
        message:string -> ReplicaMetadataInUseException
public function ReplicaMetadataInUseException(
    message : String
)

Parameter

Siehe auch

Verweis

ReplicaMetadataInUseException Klasse

ReplicaMetadataInUseException-Member

ReplicaMetadataInUseException-Überladung

Microsoft.Synchronization.MetadataStorage-Namespace