ItemNotFoundInMetadataStoreException 构造函数 (String)

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

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

语法

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

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

参数

  • message
    说明异常原因的错误消息。

请参阅

参考

ItemNotFoundInMetadataStoreException 类
ItemNotFoundInMetadataStoreException 成员
Microsoft.Synchronization 命名空间