ReplicaMetadataInUseException 构造函数 (String)

初始化 ReplicaMetadataInUseException 类的一个包含指定错误消息的新实例。

命名空间: Microsoft.Synchronization.MetadataStorage
程序集: Microsoft.Synchronization.MetadataStorage(在 microsoft.synchronization.metadatastorage.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
Dim message As String

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

参数

  • message
    说明错误的消息。

请参阅

参考

ReplicaMetadataInUseException 类
ReplicaMetadataInUseException 成员
Microsoft.Synchronization.MetadataStorage 命名空间